ItemsView.CurrentItemIndex Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o índice do último item que tinha foco, se houver.
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
Valor da propriedade
Int32
int
O índice do último item que tinha foco; ou -1 quando não há nenhum item atual, que ocorre quando a coleta de dados está vazia ou o controle nunca tem foco.
- Atributos
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute