Window.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 an internal core object for the application window.
public:
property CoreWindow ^ CoreWindow { CoreWindow ^ get(); };
CoreWindow CoreWindow();
public CoreWindow CoreWindow { get; }
var coreWindow = window.coreWindow;
Public ReadOnly Property CoreWindow As CoreWindow
Property Value
A CoreWindow object.