Freigeben über


GraphPathSerializationDictionary.Count-Eigenschaft

Ruft die Anzahl der Pfade in der Auflistung ab.

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
Gibt Int32 zurück.

Implementiert

ICollection.Count

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Microsoft.VisualStudio.GraphModel-Namespace