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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.