Lenguaje

StyleBase.Item[] Propiedad

Definición

Devuelve un artículo de la colección.

Sobrecargas

Nombre Description
Item[Int32]

Devuelve un estilo en el índice especificado.

Item[String]

Devuelve un estilo que coincide con el nombre especificado.

Item[Int32]

Devuelve un estilo en el índice especificado.

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

Parámetros

index
Int32

El índice del estilo a recuperar.

Valor de propiedad

An que object contiene el estilo en el índice especificado.

Se aplica a

Item[String]

Devuelve un estilo que coincide con el nombre especificado.

public:
 abstract property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ styleName); };
public abstract object this[string styleName] { get; }
member this.Item(string) : obj
Default Public MustOverride ReadOnly Property Item(styleName As String) As Object

Parámetros

styleName
String

El nombre del estilo a recuperar.

Valor de propiedad

An que contiene el estilo que object coincide con el nombre especificado.

Se aplica a