HtmlTag.AddAttribute, méthode
Ajoute un attribut à la collection HtmlTag.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Sub AddAttribute ( _
attribute As HtmlAttribute _
)
public void AddAttribute(
HtmlAttribute attribute
)
public:
void AddAttribute(
HtmlAttribute^ attribute
)
member AddAttribute :
attribute:HtmlAttribute -> unit
public function AddAttribute(
attribute : HtmlAttribute
)
Paramètres
- attribute
Type : Microsoft.VisualStudio.TestTools.WebTesting.HtmlAttribute
HtmlAttribute à ajouter à la collection.
Notes
La collection à laquelle l'attribut est ajouté est accessible à l'aide de la propriété Attributes.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.