共用方式為


ApplicationUnderTest.Restored 屬性

取得或設定值,這個值表示應用程式視窗是否已還原。

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

語法

'宣告
Public Overridable Property Restored As Boolean
public virtual bool Restored { get; set; }
public:
virtual property bool Restored {
    bool get ();
    void set (bool value);
}
abstract Restored : bool with get, set 
override Restored : bool with get, set
function get Restored () : boolean 
function set Restored (value : boolean)

屬性值

類型:Boolean
如果應用程式視窗已還原,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ApplicationUnderTest 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間

Minimized

Maximized