HtmlTag.Attributes プロパティ
HTML タグに関連付けられている属性のコレクションを取得します。
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
Public ReadOnly Property Attributes As IList(Of HtmlAttribute)
Get
public IList<HtmlAttribute> Attributes { get; }
public:
property IList<HtmlAttribute^>^ Attributes {
IList<HtmlAttribute^>^ get ();
}
member Attributes : IList<HtmlAttribute>
function get Attributes () : IList<HtmlAttribute>
プロパティ値
型: System.Collections.Generic.IList<HtmlAttribute>
IList<T> オブジェクト。
解説
IList<T> オブジェクトには、キーと値のペアに対して定義された string と HtmlAttribute の型パラメーターが含まれます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。