Condividi tramite


ItemsView.CurrentItemIndex Proprietà

Definizione

Ottiene l'indice dell'ultimo elemento con stato attivo, se presente.

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

Valore della proprietà

Int32

int

Indice dell'ultimo elemento con stato attivo; o -1 quando non è presente alcun elemento corrente, che si verifica quando la raccolta dati è vuota o il controllo non ha mai lo stato attivo.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a