ItemsView.CurrentItemIndex 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 du dernier élément qui avait le focus, le cas échéant.
public:
property int CurrentItemIndex { int get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
int CurrentItemIndex();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")]
public int CurrentItemIndex { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="-1")] get; }
var int32 = itemsView.currentItemIndex;
Public ReadOnly Property CurrentItemIndex As Integer
Valeur de propriété
Int32
int
Index du dernier élément qui avait le focus ; ou -1 lorsqu’il n’y a pas d’élément actif, ce qui se produit lorsque la collecte de données est vide ou que le contrôle n’a jamais eu le focus.
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute