UpdateProgress.IAttributeAccessor.GetAttribute(String) Método

Definição

Retorna um atributo de um controle Web usando o nome especificado.

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ key) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute(string key);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (key As String) As String Implements IAttributeAccessor.GetAttribute

Parâmetros

key
String

O nome do atributo a ser retornado.

Retornos

O valor do atributo.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a UpdateProgress instância é convertida em uma IAttributeAccessor interface.

Aplica-se a