Partilhar via


Propriedade SystemCommands.RestoreWindowCommand

Obtém um comando que restaura uma janela.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Windows.Input.RoutedCommand
Um comando que restaura uma janela.

Segurança do .NET Framework

Consulte também

Referência

SystemCommands Classe

Namespace Microsoft.Windows.Shell