Partager via


HtmlTag.Attributes, propriété

Obtient une collection d'attributs associée à la balise HTML.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IList<HtmlAttribute>
Objet IList<T>.

Notes

L'objet IList<T> possède des paramètres de type de string et HtmlAttribute est défini pour sa paire clé/valeur.

Sécurité .NET Framework

Voir aussi

Référence

HtmlTag Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms