Style.Item[] Propriedade

Definição

Retorna o estilo pelo parâmetro chave, com ou sem o uso de herança.Returns the style through the key parameter, with or without using inheritance. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Sobrecargas

Item[Object]

Retorna o estilo pelo parâmetro chave, com ou sem o uso de herança.Returns the style through the key parameter, with or without using inheritance. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Item[Object, Boolean]

Retorna o estilo pelo parâmetro chave, com ou sem o uso de herança.Returns the style, through the key parameter, with or without using inheritance. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Item[Object]

Retorna o estilo pelo parâmetro chave, com ou sem o uso de herança.Returns the style through the key parameter, with or without using inheritance. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public object this[object key] { get; set; }
member this.Item(obj) : obj with get, set
Default Public Property Item(key As Object) As Object

Parâmetros

key
Object

A chave do estilo a ser obtido ou definido.The key of the style to get or set.

Valor da propriedade

Object

O estilo especificado pelo dado key .The style specified by the given key.

Aplica-se a

Item[Object, Boolean]

Retorna o estilo pelo parâmetro chave, com ou sem o uso de herança.Returns the style, through the key parameter, with or without using inheritance. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::Object ^ default[System::Object ^, bool] { System::Object ^ get(System::Object ^ key, bool inherit); };
public object this[object key, bool inherit] { get; }
member this.Item(obj * bool) : obj
Default Public ReadOnly Property Item(key As Object, inherit As Boolean) As Object

Parâmetros

key
Object

A chave do estilo a ser obtido ou definido.The key of the style to get or set.

inherit
Boolean

true para usar a herança; caso contrário, false.true to use inheritance; otherwise, false.

Valor da propriedade

Object

O estilo especificado por key .The style specified by key.

Aplica-se a