Compartilhar via


Propriedade WpfWindow.Restored

Obtém um valor que indica se esta janela foi restaurada.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
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 esta janela tiver sido restaurada; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WpfWindow Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.WpfControls