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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.