Compartilhar via


Propriedade UITestControl.Exists

Obtém um valor que indica se este controle existe na interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property Exists As Boolean
    Get
public virtual bool Exists { get; }
public:
virtual property bool Exists {
    bool get ();
}
abstract Exists : bool
override Exists : bool
function get Exists () : boolean

Valor de propriedade

Tipo: System.Boolean
true Se existir a este controle. Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

UITestControl Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting