CoreApplicationView.CoreWindow 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 app window associated with the current view.
public:
property CoreWindow ^ CoreWindow { CoreWindow ^ get(); };
CoreWindow CoreWindow();
public CoreWindow CoreWindow { get; }
var coreWindow = coreApplicationView.coreWindow;
Public ReadOnly Property CoreWindow As CoreWindow
Property Value
The app window.