Partager via


UpdatePanel.IAttributeAccessor.GetAttribute(String) Méthode

Définition

Retourne un attribut d'un contrôle Web à l'aide d'un nom spécifié.

 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

Paramètres

key
String

Nom de l'attribut.

Retours

String

Valeur de l'attribut.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de UpdatePanel est castée en interface IAttributeAccessor.

S’applique à