A method for app view initialization, which is called when an app object is launched.
public:
void Initialize(
CoreApplicationView^ applicationView
)
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.
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.
Namespace: Windows.ApplicationModel.Core
Metadata: windows.winmd