Property | Type | Description | |
---|---|---|---|
ApiKeyLastFm | string | ||
ApplicationFrame | |||
Container | IContainer | ||
Dispatcher | |||
LocalSettings | IPropertySet |
Method | Description | |
---|---|---|
App ( ) : Autofac |
Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
|
Method | Description | |
---|---|---|
OnLaunched ( |
Invoked when the application is launched normally by the end user. Other entry points will be used when the application is launched to open a specific file, to display search results, and so forth.
|
Method | Description | |
---|---|---|
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void |
Handles back button press. If app is at the root page of app, don't go back and the system will suspend the app.
|
|
OnNavigationFailed ( object sender, |
Invoked when Navigation to a certain page fails.
|
|
OnSuspending ( object sender, |
Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
|
protected OnLaunched ( |
||
e | Details about the launch request and process. | |
return | void |
public static Frame,Windows.UI.Xaml.Controls ApplicationFrame | ||
return |
public static CoreDispatcher,Windows.UI.Core Dispatcher | ||
return |