Partilhar via


Propriedade SystemCommands.CloseWindowCommand

Obtém um comando que fecha uma janela.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

SystemCommands Classe

Namespace Microsoft.Windows.Shell