Compartir a través de


VisualStateGroupList.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento en el index especificado.

public Xamarin.Forms.VisualStateGroup this[int index] { get; set; }
member this.Item(int) : Xamarin.Forms.VisualStateGroup with get, set

Parámetros

index
System.Int32

Índice del elemento que se va a obtener o establecer.

Valor de propiedad

Elemento en el index especificado.

Implementaciones

System.Collections.Generic.IList`1.Item(System.Int32)

Se aplica a