VSdocman Help  

@example Tag

Creates example section. Equivalent XML tag is <example>.

Syntax

@example example

The example may be continued on the next line. Your sample code should be enclosed within $CODE$ and $END-CODE$ macros. You can use "Copy Selection as Code" from pop-up menu to do it.

Example:

    '**
'@example This is an example how to use prop1 and prop2 properties:
'$CODE$
' Try
' If Me.prop1 <> "hello" Then
' prop2 = DllModule1.sampleEnum.value2
' End If
' Catch ex As nestedException
' prop2 = DllModule1.sampleEnum.value1
' End Try
'
'$END-CODE$
Property prop1() As String

See Also

<example> tag