Freigeben über


GraphSetterCollection.Count-Eigenschaft

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

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
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

GraphSetterCollection Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace