Aracılığıyla paylaş


UITestControl.Exists Özellik

Bu denetim kullanıcı arabiriminde var olup olmadığını gösteren bir değeri alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
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

Özellik Değeri

Tür: System.Boolean
true Bu denetim varsa; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UITestControl Sınıf

Microsoft.VisualStudio.TestTools.UITesting Ad Alanı