VSdocman Help  

<i> Tag

The <i> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add italic text.

Syntax

<i>text</i>

Example:

    '''<summary>Our sample property.
    '''<i>This is italic</i>
    '''</summary>
Property prop1() As String

See Also

Comment Tags | XML Comments