ListViewItem.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 l'index de base zéro de l'élément au sein du contrôle ListView.
public:
property int Index { int get(); };
[System.ComponentModel.Browsable(false)]
public int Index { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Index : int
Public ReadOnly Property Index As Integer
Valeur de propriété
L'index de base zéro de l'élément dans ListView.ListViewItemCollection du contrôle ListView, ou -1 si l'élément n'est pas associé à un contrôle ListView.
- Attributs
Remarques
Vous pouvez utiliser cette propriété pour déterminer si l’élément est associé à un ListView contrôle ainsi que pour déterminer sa position dans le ListView.ListViewItemCollection de .ListView