VSdocman Help  

<code> Tag

The <code> tag gives you a way to indicate multiple lines as code. Use <c> to indicate that text within a description should be marked as code.

Syntax

<code>text</code>

Example:

    '''<summary>Our sample property.</summary>
'''<example>This is an example how to use prop1 and prop2 properties:
'''<code> Try
''' If Me.prop1 &lt;&gt; &quot;hello&quot; Then
''' prop2 = DllModule1.sampleEnum.value2
''' End If
''' Catch ex As nestedException
''' prop2 = DllModule1.sampleEnum.value1
''' End Try</code></example>
Property prop1() As String

See Also

<c> tag | $CODE$ macro