Freigeben über


SystemCommands.CloseWindowCommand-Eigenschaft

Ruft einen Befehl ab, mit dem ein Fenster geschlossen wird.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Windows.Input.RoutedCommand
Ein Befehl, der ein Fenster schließt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SystemCommands Klasse

Microsoft.Windows.Shell-Namespace