C# Class NavigationApp.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Windows.UI.Xaml.Application
Exibir arquivo Open project: runceel/PrismEdu

Public Methods

Method Description
App ( ) : System.Threading.Tasks

単一アプリケーション オブジェクトを初期化します。これは、実行される作成したコードの 最初の行であるため、main() または WinMain() と論理的に等価です。

Protected Methods

Method Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : Task

Method Details

App() public method

単一アプリケーション オブジェクトを初期化します。これは、実行される作成したコードの 最初の行であるため、main() または WinMain() と論理的に等価です。
public App ( ) : System.Threading.Tasks
return System.Threading.Tasks

OnLaunchApplicationAsync() protected method

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return Task