Proprietà HtmlTag.Name

Ottiene o imposta il nome del tag.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Il nome del tag.

Note

Di seguito è illustrato il TD per un oggetto <il TD> tag di </TD> o IMG per <Estensione> .

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HtmlTag Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting