Freigeben über


ClassificationSpan.Span-Eigenschaft

Ruft die Momentaufnahmespanne des klassifizierten Texts ab.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public ReadOnly Property Span As SnapshotSpan
public SnapshotSpan Span { get; }
public:
property SnapshotSpan Span {
    SnapshotSpan get ();
}
member Span : SnapshotSpan with get
function get Span () : SnapshotSpan

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.SnapshotSpan
Die Momentaufnahmespanne.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationSpan Klasse

Microsoft.VisualStudio.Text.Classification-Namespace