Partager via


TestElement.CreatedByUI, propriété

Obtient ou définit une valeur qui indique si cet élément 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
<VisiblePropertyAttribute> _
Public Property CreatedByUI As Boolean
    Get
    Set
[VisiblePropertyAttribute]
public bool CreatedByUI { get; set; }
[VisiblePropertyAttribute]
public:
virtual property bool CreatedByUI {
    bool get () sealed;
    void set (bool value) sealed;
}
[<VisiblePropertyAttribute>]
abstract CreatedByUI : bool with get, set
[<VisiblePropertyAttribute>]
override CreatedByUI : bool with get, set
final function get CreatedByUI () : boolean
final function set CreatedByUI (value : boolean)

Valeur de propriété

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

Implémentations

ITestElement.CreatedByUI

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms