Aracılığıyla paylaş


WpfWindow.Restored Özellik

Bu pencereyi geri olup olmadığını gösteren bir değeri alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true Bu pencereyi geri yüklenirse; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WpfWindow Sınıf

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Ad Alanı