App Methods |
The App type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Exit | Shuts down the app. (Inherited from Application.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetXamlType(String) |
GetXamlType(String)
| |
GetXamlType(Type) |
GetXamlType(Type)
| |
GetXmlnsDefinitions |
GetXmlnsDefinitions()
| |
InitializeComponent |
InitializeComponent()
| |
MemberwiseClone | (Inherited from Object.) | |
OnActivated | Invoked when the application is activated by some means other than normal launching. (Inherited from Application.) | |
OnCachedFileUpdaterActivated | Invoked when the application is activated due to an activation contract with ActivationKind as CachedFileUpdater. (Inherited from Application.) | |
OnFileActivated | Invoked when the application is activated through file-open. (Inherited from Application.) | |
OnFileOpenPickerActivated | Invoked when the application is activated through file-open dialog association. (Inherited from Application.) | |
OnFileSavePickerActivated | Invoked when the application is activated through file-save dialog association. (Inherited from Application.) | |
OnLaunched |
Invoked when the application is launched normally by the end user. Other entry points
will be used such as when the application is launched to open a specific file.
(Overrides ApplicationOnLaunched(LaunchActivatedEventArgs).) | |
OnNavigationFailed |
Invoked when Navigation to a certain page fails
| |
OnSearchActivated | Invoked when the application is activated through a search association. (Inherited from Application.) | |
OnShareTargetActivated | Invoked when the application is activated through sharing association. (Inherited from Application.) | |
OnSuspending |
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.
| |
OnWindowCreated | Invoked when the application creates a window. (Inherited from Application.) | |
ToString | (Inherited from Object.) |