ClassificationSpan.Span 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.
Gets the snapshot span of the classified text.
public:
property Microsoft::VisualStudio::Text::SnapshotSpan Span { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property Span As SnapshotSpan
Property Value
The snapshot span.