Propriedade WinWindow.Restored

Obtém ou define um valor que indica se esta janela será restaurada.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
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 essa janela é restaurada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WinWindow Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WinControls