VSdocman Help  

<see> Tag

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.

Syntax

<see cref="reference">[label]</see>

Example:

    '''<summary>Our sample property.</summary>
    '''<remarks>
    '''This is link to <see cref="TestDLL.DllClass1.prop2"></see>.
    '''This is <see cref="TestDLL.DllClass1.prop2">the same link</see>.
    '''This is link to <see cref="^myfile.html">external file</see>.
    '''</remarks>
Property prop1() As String

See Also

Comment Tags | XML Comments | <seealso> Tag | Reference Format