SystemCommands.CloseWindow(Window) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ferme la fenêtre spécifiée.
public:
static void CloseWindow(System::Windows::Window ^ window);
public static void CloseWindow (System.Windows.Window window);
static member CloseWindow : System.Windows.Window -> unit
Public Shared Sub CloseWindow (window As Window)
Paramètres
- window
- Window
Fenêtre à fermer.