| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="utf-8"?>
- <topic id="2c568137-b080-45b0-86d0-cd157e9d0604" revisionNumber="1">
- <developerWalkthroughDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
- <!--
- <summary>
- <para>Optional summary abstract</para>
- </summary>
- -->
- <introduction>
- <!-- Uncomment this to generate an outline of the section and sub-section
- titles. Specify a numeric value as the inner text to limit it to
- a specific number of sub-topics when creating the outline. Specify
- zero (0) to limit it to top-level sections only. -->
- <!-- <autoOutline /> -->
- <para>Required introduction</para>
- </introduction>
- <!-- <prerequisites><content>Optional prerequisites info</content></prerequisites> -->
- <!-- One or more procedure or section with procedure -->
- <procedure>
- <title>Procedure title</title>
- <steps class="ordered">
- <step>
- <content>
- <para>First step</para>
- </content>
- </step>
- <step>
- <content>
- <para>Second step</para>
- </content>
- </step>
- </steps>
- <!-- <conclusion>Optional conclusion</conclusion> -->
- </procedure>
- <!-- Optional additional procedure or section with procedure -->
- <section address="Section1">
- <title>Optional section title</title>
- <content>
- <procedure>
- <title>Procedure #2</title>
- <steps class="ordered">
- <step>
- <content>
- <para>First step</para>
- </content>
- </step>
- <step>
- <content>
- <para>Second step</para>
- </content>
- </step>
- </steps>
- <!-- <conclusion>Optional conclusion</conclusion> -->
- </procedure>
- </content>
- </section>
- <!-- Optional next steps info
- <nextSteps>
- <content><para>Next steps info goes here</para></content>
- </nextSteps>
- -->
- <relatedTopics>
- <!-- One or more of the following:
- - A local link
- - An external link
- - A code entity reference
- <link xlink:href="Other Topic's ID">Link text</link>
- <externalLink>
- <linkText>Link text</linkText>
- <linkAlternateText>Optional alternate link text</linkAlternateText>
- <linkUri>URI</linkUri>
- </externalLink>
- <codeEntityReference>API member ID</codeEntityReference>
- Examples:
- <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
- <externalLink>
- <linkText>SHFB on CodePlex</linkText>
- <linkAlternateText>Go to CodePlex</linkAlternateText>
- <linkUri>http://shfb.codeplex.com</linkUri>
- </externalLink>
- <codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
- <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
- <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
- <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
- <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
- <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
- <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
- -->
- </relatedTopics>
- </developerWalkthroughDocument>
- </topic>
|