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.
<see cref="reference">[label]</see>
'''<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
Comment Tags | XML Comments | <seealso> Tag | Reference Format