Linguaggio

StyleBase.Item[] Proprietà

Definizione

Restituisce un articolo dalla collezione.

Overload

Nome Descrizione
Item[Int32]

Restituisce uno stile all'indice specificato.

Item[String]

Restituisce uno stile corrispondente al nome specificato.

Item[Int32]

Restituisce uno stile all'indice specificato.

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

Parametri

index
Int32

L'indice dello stile da recuperare.

Valore della proprietà

An contenente object lo stile nell'indice specificato.

Si applica a

Item[String]

Restituisce uno stile corrispondente al nome specificato.

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

Parametri

styleName
String

Il nome dello stile da recuperare.

Valore della proprietà

An contenente lo stile corrispondente object al nome specificato.

Si applica a