다음을 통해 공유


Window.AppWindow Property

Definition

Gets the AppWindow associated with this XAML Window.

public:
 property AppWindow ^ AppWindow { AppWindow ^ get(); };
AppWindow AppWindow();
public AppWindow AppWindow { get; }
var appWindow = window.appWindow;
Public ReadOnly Property AppWindow As AppWindow

Property Value

The AppWindow associated with this XAML Window.

Remarks

For more information about the relationship between Window and AppWindow, see Windowing overview for WinUI and Windows App SDK.

Applies to

See also