共用方式為


UITestControl.Exists 屬性

取得值,這個值表示這個控制項是否存在使用者介面上。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
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

屬性值

型別:System.Boolean
如果這個控制項存在則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

UITestControl 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間