Share via


WindowChrome.GetWindowChrome(Window) Método

Definición

Obtiene el valor de la propiedad adjunta WindowChrome del objeto Window especificado.

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

Parámetros

window
Window

Window desde la que se debe leer el valor de propiedad.

Devoluciones

WindowChrome

Instancia de WindowChrome asociada al objeto Window especificado.

Excepciones

window es null.

Se aplica a