Compartir a través de


SystemCommands.CloseWindowCommand (Propiedad)

Obtiene un comando que cierra una ventana.

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

Sintaxis

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

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

Seguridad de .NET Framework

Vea también

Referencia

SystemCommands Clase

Microsoft.Windows.Shell (Espacio de nombres)