VSdocman Help  

<returns> Tag

Describes the return value. Equivalent @-style tag is @return.

Syntax

<returns>description<returns>

This tag is used in a method and function comment when they return some value. Use <value> tag for properties.

Example:

    '''<summary>Our sample method.</summary>
'''<returns>True if no error occurs.</returns>
Function method1(ByVal x As Integer) As Boolean

The sections in bold are added automatically when using Add XML Comment from pop-up menu.

See Also

@return tag | XML Comments