HtmlControl.IAttributeAccessor.GetAttribute(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「GetAttribute(String)」をご覧ください。
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
属性名。
戻り値
String 値としての、要素のこの属性の値。 指定された属性がこの要素に存在しない場合は、空の文字列 ("") を返します。
実装
注釈
IAttributeAccessor.GetAttribute メソッドは GetAttribute メソッドを呼び出します。
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HtmlControl のインスタンスが IAttributeAccessor インターフェイスにキャストされる場合のみ、使用できます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET