C# Class SDKTemplate.App

Inheritance: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
Afficher le fichier Open project: jkuemerle/CodeMash2013

Méthodes publiques

Méthode Description
App ( ) : System.Threading.Tasks

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().

App ( ) : Windows.ApplicationModel

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().

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs args ) : void

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.

OnSearchActivated ( SearchActivatedEventArgs args ) : void

This is the handler for Search activation.

OnShareTargetActivated ( ShareTargetActivatedEventArgs args ) : void

Private Methods

Méthode Description
EnsureMainPageActivatedAsync ( IActivatedEventArgs args ) : Task
OnSuspending ( object sender, SuspendingEventArgs args ) : void

Method Details

App() public méthode

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().
public App ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

App() public méthode

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().
public App ( ) : Windows.ApplicationModel
Résultat Windows.ApplicationModel

OnLaunched() protected méthode

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.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs Details about the launch request and process.
Résultat void

OnSearchActivated() protected méthode

This is the handler for Search activation.
protected OnSearchActivated ( SearchActivatedEventArgs args ) : void
args SearchActivatedEventArgs This is the list of arguments for search activation, including QueryText and Language
Résultat void

OnShareTargetActivated() protected méthode

protected OnShareTargetActivated ( ShareTargetActivatedEventArgs args ) : void
args ShareTargetActivatedEventArgs
Résultat void