Sdílet prostřednictvím


HtmlTag.Attributes – vlastnost

Získá sadu atributů přidružené značky HTML.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<HtmlAttribute>
A IList<T> objektu.

Poznámky

IList<T> Objekt má parametry typu string a HtmlAttribute definovanou pro jeho dvojice klíč hodnota.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

HtmlTag Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů