Propriedade ApplicationUnderTest.Restored

Obtém ou define um valor que indica se a janela de aplicativo é restaurada.

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

Sintaxe

'Declaração
Public Overridable Property Restored As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean
true Se a janela do aplicativo é restaurada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ApplicationUnderTest Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting

Minimized

Maximized