WindowChrome.GetWindowChrome(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.
Obtient la valeur de la WindowChrome propriété jointe à partir de l’objet spécifié Window.
public:
static System::Windows::Shell::WindowChrome ^ GetWindowChrome(System::Windows::Window ^ window);
public static System.Windows.Shell.WindowChrome GetWindowChrome(System.Windows.Window window);
static member GetWindowChrome : System.Windows.Window -> System.Windows.Shell.WindowChrome
Public Shared Function GetWindowChrome (window As Window) As WindowChrome
Paramètres
Retours
Instance de WindowChrome ce qui est attachée à l’objet spécifié Window.
Exceptions
window a la valeur null.