VSdocman Help  

<img> Tag

The <img> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add image to the text. Image will appear in resulting documentation on the place of <img> tag, exactly like this logo.

Syntax

<img cref="image_file_name" />

Example:

    '''<summary>Our sample property.</summary>
    '''<remarks>
    '''Here we have picture <img cref="subFolder/myPicture.png" />
    '''</remarks>
Property prop1() As String

See Also

Comment Tags | XML Comments | Adding Images in Documentation