IInitializeWithCoreWindow.Initialize(CoreWindow) Method
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.
Specifies the method that provides the initial CoreWindow instance for an app.
public:
void Initialize(CoreWindow ^ window);
void Initialize(CoreWindow const& window);
public void Initialize(CoreWindow window);
function initialize(window)
Public Sub Initialize (window As CoreWindow)
Parameters
- window
- CoreWindow
The new app window.