Aracılığıyla paylaş


WinWindow.Restored Özellik

Alır veya bu pencereyi geri olup olmadığını gösteren bir değeri ayarlar.

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

Sözdizimi

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

Ö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

WinWindow Sınıf

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