GeneratorPosition.Index Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'index Int32 relatif aux éléments générés (réalisés).
public:
property int Index { int get(); void set(int value); };
public int Index { get; set; }
member this.Index : int with get, set
Public Property Index As Integer
Valeur de propriété
Index Int32 relatif aux éléments générés (réalisés).
Remarques
-1 est une valeur spéciale qui fait référence à un élément fictif au début ou à la fin de la liste des éléments.