Freigeben über


GraphNodeCollection.Count-Eigenschaft

Gibt die Anzahl der Knoten in der Auflistung zurück.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.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

Implementiert

ICollection.Count
IReadOnlyCollection<T>.Count

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace