ItemsView.CurrentItemIndex Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el índice del último elemento que tenía el foco, si existe.
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 de propiedad
Int32
int
Índice del último elemento que tenía el foco; o -1 cuando no hay ningún elemento actual, que se produce cuando la recopilación de datos está vacía o el control nunca se ha centrado.
- Atributos
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute