UserControl.IAttributeAccessor.GetAttribute(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したユーザー コントロール属性の値を返します。
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 使用して、コントロールのプロパティとして公開されていないコントロール属性の値を取得します。