IStructureElement.HeaderSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The span of text at the top of the structural element. e.g.: 'if (true)'
public:
property Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> HeaderSpan { Nullable<Microsoft::VisualStudio::Text::SnapshotSpan> get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan? HeaderSpan { get; }
member this.HeaderSpan : Nullable<Microsoft.VisualStudio.Text.SnapshotSpan>
Public ReadOnly Property HeaderSpan As Nullable(Of SnapshotSpan)