IFrameworkView.Initialize Method

A method for app view initialization, which is called when an app object is launched.

Syntax

public:
void Initialize(
         CoreApplicationView^ applicationView
)  

Parameters

applicationView
Type: CoreApplicationView 

The default view provided by the app object. You can use this instance in your implementation to obtain the CoreWindow created by the app object, and register callbacks for the Activated event.

Remarks

This method is called by CoreApplication.Run on the view object that implements this interface. It is the first method called on the view implementation when the app object is activated.

These three methods are called, in order, after the app object (defined by a CoreApplication singleton instance) has started.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

See also

Reference

IFrameworkView Interface

IFrameworkView Members

Windows.ApplicationModel.Core Namespace