2
0

Extensibility.AddHashAlgorithm.aml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <topic id="ea611b0c-8312-433b-88b1-d64a7222566b" revisionNumber="1">
  3. <developerWalkthroughDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <!--
  5. <summary>
  6. <para>Optional summary abstract</para>
  7. </summary>
  8. -->
  9. <introduction>
  10. <!-- Uncomment this to generate an outline of the section and sub-section
  11. titles. Specify a numeric value as the inner text to limit it to
  12. a specific number of sub-topics when creating the outline. Specify
  13. zero (0) to limit it to top-level sections only. -->
  14. <!-- <autoOutline /> -->
  15. <para>Required introduction</para>
  16. </introduction>
  17. <!-- <prerequisites><content>Optional prerequisites info</content></prerequisites> -->
  18. <!-- One or more procedure or section with procedure -->
  19. <procedure>
  20. <title>Procedure title</title>
  21. <steps class="ordered">
  22. <step>
  23. <content>
  24. <para>First step</para>
  25. </content>
  26. </step>
  27. <step>
  28. <content>
  29. <para>Second step</para>
  30. </content>
  31. </step>
  32. </steps>
  33. <!-- <conclusion>Optional conclusion</conclusion> -->
  34. </procedure>
  35. <!-- Optional additional procedure or section with procedure -->
  36. <section address="Section1">
  37. <title>Optional section title</title>
  38. <content>
  39. <procedure>
  40. <title>Procedure #2</title>
  41. <steps class="ordered">
  42. <step>
  43. <content>
  44. <para>First step</para>
  45. </content>
  46. </step>
  47. <step>
  48. <content>
  49. <para>Second step</para>
  50. </content>
  51. </step>
  52. </steps>
  53. <!-- <conclusion>Optional conclusion</conclusion> -->
  54. </procedure>
  55. </content>
  56. </section>
  57. <!-- Optional next steps info
  58. <nextSteps>
  59. <content><para>Next steps info goes here</para></content>
  60. </nextSteps>
  61. -->
  62. <relatedTopics>
  63. <!-- One or more of the following:
  64. - A local link
  65. - An external link
  66. - A code entity reference
  67. <link xlink:href="Other Topic's ID">Link text</link>
  68. <externalLink>
  69. <linkText>Link text</linkText>
  70. <linkAlternateText>Optional alternate link text</linkAlternateText>
  71. <linkUri>URI</linkUri>
  72. </externalLink>
  73. <codeEntityReference>API member ID</codeEntityReference>
  74. Examples:
  75. <link xlink:href="00e97994-e9e6-46e0-b420-5be86b2f8278">Some other topic</link>
  76. <externalLink>
  77. <linkText>SHFB on CodePlex</linkText>
  78. <linkAlternateText>Go to CodePlex</linkAlternateText>
  79. <linkUri>http://shfb.codeplex.com</linkUri>
  80. </externalLink>
  81. <codeEntityReference>T:TestDoc.TestClass</codeEntityReference>
  82. <codeEntityReference>P:TestDoc.TestClass.SomeProperty</codeEntityReference>
  83. <codeEntityReference>M:TestDoc.TestClass.#ctor</codeEntityReference>
  84. <codeEntityReference>M:TestDoc.TestClass.#ctor(System.String,System.Int32)</codeEntityReference>
  85. <codeEntityReference>M:TestDoc.TestClass.ToString</codeEntityReference>
  86. <codeEntityReference>M:TestDoc.TestClass.FirstMethod</codeEntityReference>
  87. <codeEntityReference>M:TestDoc.TestClass.SecondMethod(System.Int32,System.String)</codeEntityReference>
  88. -->
  89. </relatedTopics>
  90. </developerWalkthroughDocument>
  91. </topic>