Condividi tramite


Proprietà ExtractAttributeValue.MatchAttributeName

Ottiene o imposta un nome di attributo aggiuntivo che deve essere trovato nel tag HTML che contiene il valore di attributo per disegnare.Utilizzata insieme a MatchAttributeValue.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property MatchAttributeName As String
public string MatchAttributeName { get; set; }
public:
property String^ MatchAttributeName {
    String^ get ();
    void set (String^ value);
}
member MatchAttributeName : string with get, set
function get MatchAttributeName () : String
function set MatchAttributeName (value : String)

Valore proprietà

Tipo: System.String
un nome di attributo.

Note

questa proprietà, insieme con MatchAttributeValue, fornisce informazioni aggiuntive per specificare l'attributo all'estratto.

Si consideri il codice HTML seguente:

<input name="Name" type="text" id="TextBox1" size="25" />

<input name="Email" type="text" id="TextBox2" size="25" />

<input name="Password" type="password" id="TextBox3" size="25" />

Si desidera estrarre id il Email casella di input.A tale scopo, impostare TagName proprietà di inpute AttributeName proprietà di identificazione.

Si noti che tutti e tre i tag nel codice HTML sono input i tag e contengono id attributo.Per estrarre l'attributo dal tag corretto, è necessario fornire informazioni aggiuntive.impostare MatchAttributeName proprietà di nomee MatchAttributeValue proprietà di posta elettronica.Ora solo un tag soddisfa i criteri specificati e l'attributo verrà estratto da tale tag.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtractAttributeValue Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting.Rules