Freigeben über


IProjectionSnapshot.SpanCount-Eigenschaft

Ruft die Anzahl der Quellspannen in der Projektionsmomentaufnahme ab.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property SpanCount As Integer
int SpanCount { get; }
property int SpanCount {
    int get ();
}
abstract SpanCount : int with get
function get SpanCount () : int

Eigenschaftswert

Typ: Int32
Die Anzahl von Quellspannen in der Projektionsmomentaufnahme.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionSnapshot Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace