Udostępnij za pośrednictwem


Właściwość HtmlTag.Attributes —

Pobiera zbiór atrybutów skojarzonych z tagu HTML.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public ReadOnly Property Attributes As IList(Of HtmlAttribute)
public IList<HtmlAttribute> Attributes { get; }
public:
property IList<HtmlAttribute^>^ Attributes {
    IList<HtmlAttribute^>^ get ();
}
member Attributes : IList<HtmlAttribute> with get
function get Attributes () : IList<HtmlAttribute>

Wartość właściwości

Typ: IList<HtmlAttribute>
A IList object.

Uwagi

IList Obiekt ma parametry typu string i HtmlAttribute zdefiniowane dla jego pary klucz wartość.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

HtmlTag Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting