C# Class HelloWorldApp.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Application
Show file Open project: runceel/PrismEdu

Public Methods

Method Description
App ( ) : System.Threading.Tasks

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

Protected Methods

Method Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : Task

Private Methods

Method Description
Application_Startup ( object sender, StartupEventArgs e ) : void

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