Window.AppWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.