a logical (already line-continued) source line together with the xml documentation comment that immediately precedes it.
VBStatement
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VBProj.CodeDOM.Syntax.VBStatement
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| Line | 2 | the physical line (1-based, as shown in an editor) where the declaration keyword of this statement starts. |
| EndLine | 2 | the last physical line (1-based) covered by this logical statement after line continuation (trailing underscore) merging. |
| LeadingLine | 2 | the earliest physical line (1-based) of the xml documentation comment (''') / standalone attribute block (<...>) that immediately precedes this statement. |
| Tokens | 1 | |
| XmlDoc | 1 | |
| Attributes | 1 |
03 Members
Line
the physical line (1-based, as shown in an editor) where the declaration keyword of this statement starts.
EndLine
the last physical line (1-based) covered by this logical statement after line continuation (trailing underscore) merging. Equal to VBStatement.Line when the statement is a single physical line.
LeadingLine
the earliest physical line (1-based) of the xml documentation comment (''') / standalone attribute block (<...>) that immediately precedes this statement. Falls back to VBStatement.Line when there is no leading comment or attribute.
Line
EndLine
LeadingLine
Tokens
XmlDoc
Attributes