다음을 통해 공유


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