Compartir a través de


SystemCommands.RestoreWindowCommand (Propiedad)

Obtiene un comando que restaura una ventana.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Windows.Input.RoutedCommand
Un comando que restaura una ventana.

Seguridad de .NET Framework

Vea también

Referencia

SystemCommands Clase

Microsoft.Windows.Shell (Espacio de nombres)