Description 描述
Provides essential methods related to Window Store application.
Static Properties
| advertisingIdentifier | Advertising ID. | ||
| arguments | Arguments passed to application. |
Static Methods 静态方法
| InvokeOnAppThread | Executes callback item on application thread. | ||
| InvokeOnUIThread | Executes callback item on UI thread. | ||
| RunningOnAppThread | Returns true if you're running on application thread. | ||
| RunningOnUIThread | Returns true if you're running on UI thread. |
Events
| windowActivated | Fired when application window is activated. | ||
| windowSizeChanged | Fired when window size changes. |