Partager via


WpfWindow.Restored, propriété

Obtient une valeur qui indique si cette fenêtre a été restaurée.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true si cette fenêtre a été restaurée ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WpfWindow Classe

Microsoft.VisualStudio.TestTools.UITesting.WpfControls, espace de noms