Aracılığıyla paylaş


WindowChrome.GetWindowChrome(Window) Yöntem

Tanım

Belirtilen Windowdeğerinden WindowChrome ekli özelliğin değerini alır.

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

Parametreler

window
Window

Window Özellik değerinin okunduğu yer.

Döndürülenler

WindowChrome

Bunun örneği WindowChrome belirtilen Windowöğesine eklenir.

Özel durumlar

window, null değeridir.

Şunlara uygulanır