UpdateProgress.IAttributeAccessor.GetAttribute(String) Método

Definição

Devolve um atributo de um controlo 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 devolver.

Devoluções

O valor do atributo.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a UpdateProgress instância é transmitida para uma IAttributeAccessor interface.

Aplica-se a