Freigeben über


GraphConditionalStyle.Index-Eigenschaft

Ruft die Position des Stils in der Liste ab. Dies wird geändert, wenn Sie entfernen,/Stil hinzufügen.

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Property Index As Integer
public int Index { get; internal set; }
public:
property int Index {
    int get ();
    internal: void set (int value);
}
member Index : int with get, internal set
function get Index () : int 
internal function set Index (value : int)

Eigenschaftswert

Typ: Int32
Gibt Int32 zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphConditionalStyle Klasse

Microsoft.VisualStudio.GraphModel.Styles-Namespace