VSdocman Help  

@compilewhen Tag

Specifies when the member should be included in the documentation. The member will be only compiled when constant specified in this tag is also listed on Compile-Conditional Compilation options. If @compilewhen tag is not specified, the member is always included. Equivalent XML tag is <compilewhen>.

Syntax

@compilewhen constant

Example:

    '**
'Our sample property.
'@compilewhen internal
Property prop1() As String

See Also

Conditional Compilation Options | <compilewhen> tag