Sdílet prostřednictvím


ListItem.IAttributeAccessor.GetAttribute(String) Metoda

Definice

Vrátí hodnotu atributu ovládacího prvku položky seznamu, který má zadaný název atributu.

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

Parametry

name
String

Komponenta názvu v páru název/hodnota atributu.

Návraty

Hodnota zadaného atributu.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že ListItem je instance přetypovaná na IAttributeAccessor rozhraní.

Platí pro

Viz také