Freigeben über


WindowChrome.GetWindowChrome-Methode

Ruft den Wert der angefügten WindowChrome-Eigenschaft aus dem angegebenen Window ab.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Function GetWindowChrome ( _
    window As Window _
) As WindowChrome
public static WindowChrome GetWindowChrome(
    Window window
)
public:
static WindowChrome^ GetWindowChrome(
    Window^ window
)
static member GetWindowChrome : 
        window:Window -> WindowChrome 
public static function GetWindowChrome(
    window : Window
) : WindowChrome

Parameter

Rückgabewert

Typ: Microsoft.Windows.Shell.WindowChrome
Die Instanz von WindowChrome, die an das angegebene Window angefügt ist.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

window hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

WindowChrome Klasse

Microsoft.Windows.Shell-Namespace