ApplicationUnderTest.Restored Property

Gets or sets a value that indicates whether the application window is restored.

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

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if the application window is restored; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

Minimized

Maximized