Partager via


GraphConditionalStyle.Index, propriété

Obtient la position du style dans la liste.Cela est modifié lorsque vous supprimez/ajoutez le style.

Espace de noms :  Microsoft.VisualStudio.GraphModel.Styles
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32
retourne Int32 ;

Sécurité .NET Framework

Voir aussi

Référence

GraphConditionalStyle Classe

Microsoft.VisualStudio.GraphModel.Styles, espace de noms