This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
<see>
<see cref="member"/>
where:
- cref="member"
- A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes member to the element name in the output XML. member must appear within double quotation marks (" ").
Remarks
The <see> tag lets you specify a link from within text. Use <seealso> to indicate text that you might want to appear in a See Also section.
Compile with /doc to process documentation comments to a file.
Example
See <remarks> for an example of using <see>.
See Also
Tags for Documentation Comments