Freigeben über


SystemCommands.RestoreWindowCommand-Eigenschaft

Ruft einen Befehl ab, der ein Fenster wiederherstellt.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Property RestoreWindowCommand As RoutedCommand
    Get
    Private Set
public static RoutedCommand RestoreWindowCommand { get; private set; }
public:
static property RoutedCommand^ RestoreWindowCommand {
    RoutedCommand^ get ();
    private: void set (RoutedCommand^ value);
}
static member RestoreWindowCommand : RoutedCommand with get, private set
static function get RestoreWindowCommand () : RoutedCommand
private static function set RestoreWindowCommand (value : RoutedCommand)

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Ein Befehl, der ein Fenster wiederherstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SystemCommands Klasse

Microsoft.Windows.Shell-Namespace