Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CoreApplicationView.CoreWindow Property
Definition
- Namespace:
- Windows.ApplicationModel.Core
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.
Applies to
Feedback
Was this page helpful?
