C# Class NavigationApp.App

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

Méthodes publiques

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

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

Méthodes protégées

Méthode Description
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : Task

Method Details

App() public méthode

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

OnLaunchApplicationAsync() protected méthode

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat Task