Partager via


UITest.Name, propriété

Obtient ou définit le nom de ce test d'interface utilisateur codé.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Property Name As String
    Get
    Set
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)

Valeur de propriété

Type : System.String
Nom de ce contrôleur de test.

Sécurité .NET Framework

Voir aussi

Référence

UITest Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms