WebControl.IAttributeAccessor.GetAttribute(String) メソッド

定義

指定された名前の Web コントロールの属性を取得します。

 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

パラメーター

name
String

属性の名前。

戻り値

属性の値。

実装

注釈

メソッドは IAttributeAccessor.GetAttribute 、明示的なインターフェイス メンバーの実装です。 これは、 クラスのインスタンスがインターフェイスにWebControlIAttributeAccessorキャストされている場合にのみ使用できます。

適用対象

こちらもご覧ください