C# Класс SDKTemplate.App

Наследование: global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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().

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EnsureMainPageActivatedAsync ( IActivatedEventArgs args ) : Task
OnSuspending ( object sender, SuspendingEventArgs args ) : void

Описание методов

App() публичный Метод

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
Результат System.Threading.Tasks

App() публичный Метод

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
Результат Windows.ApplicationModel

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.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args LaunchActivatedEventArgs Details about the launch request and process.
Результат void

OnSearchActivated() защищенный Метод

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
Результат void

OnShareTargetActivated() защищенный Метод

protected OnShareTargetActivated ( ShareTargetActivatedEventArgs args ) : void
args ShareTargetActivatedEventArgs
Результат void