UpdateProgress.IAttributeAccessor.GetAttribute(String) Método

Definición

Devuelve un atributo de un control Web mediante el nombre 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

Nombre del atributo que se va a devolver.

Devoluciones

Valor del atributo .

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la UpdateProgress instancia se convierte en una IAttributeAccessor interfaz.

Se aplica a