Freigeben über


NormalizedSnapshotSpanCollection.Count-Eigenschaft

Ruft die Anzahl der Spannen in der Auflistung ab.

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

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int with get 
override Count : int with get
final function get Count () : int

Eigenschaftswert

Typ: Int32
Die Anzahl von Spannen in der Auflistung.

Implementiert

ICollection.Count
ICollection.Count

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace