A method for app view initialization, which is called when an app object is launched.
Syntax
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
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013