Compartir a través de


WpfWindow.Restored (Propiedad)

Obtiene o establece un valor que indica si esta ventana se ha restaurado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si esta ventana se ha restaurado; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

WpfWindow Clase

Microsoft.VisualStudio.TestTools.UITesting.WpfControls (Espacio de nombres)