Partager via


UITestControl.Exists, propriété

Obtient une valeur qui indique si le contrôle existe sur l'interface utilisateur.

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

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Exists As Boolean
public virtual bool Exists { get; }
public:
virtual property bool Exists {
    bool get ();
}
abstract Exists : bool with get
override Exists : bool with get
function get Exists () : boolean

Valeur de propriété

Type : System.Boolean
true si le contrôle existe ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

UITestControl Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms