Partager via


ItemsView.CurrentItemIndex Propriété

Définition

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

S’applique à