Partager via


ExtractHtmlTagInnerText.AttributeValue, propriété

Obtient ou définit la valeur de l'attribut.

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

Syntaxe

'Déclaration
Public Property AttributeValue As String
    Get
    Set
public string AttributeValue { get; set; }
public:
property String^ AttributeValue {
    String^ get ();
    void set (String^ value);
}
member AttributeValue : string with get, set
function get AttributeValue () : String
function set AttributeValue (value : String)

Valeur de propriété

Type : System.String
Valeur de l'attribut

Sécurité .NET Framework

Voir aussi

Référence

ExtractHtmlTagInnerText Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms