CoreApplicationView.CoreWindow Property

Definition

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