Partager via


ITestElement.CreatedByUI, propriété

Obtient ou définit une valeur qui indique si cet élément de test a été créé par l'interface utilisateur.

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

Syntaxe

'Déclaration
Property CreatedByUI As Boolean
    Get
    Set
bool CreatedByUI { get; set; }
property bool CreatedByUI {
    bool get ();
    void set (bool value);
}
abstract CreatedByUI : bool with get, set
function get CreatedByUI () : boolean
function set CreatedByUI (value : boolean)

Valeur de propriété

Type : System.Boolean
true si cet élément de test a été créé par l'interface utilisateur ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms