Свойство | Type | Description | |
---|---|---|---|
ViewModel | MainViewModel |
Méthode | Description | |
---|---|---|
App ( ) : CortanaCommand.ViewModel |
単一アプリケーション オブジェクトを初期化します。これは、実行される作成したコードの 最初の行であるため、main() または WinMain() と論理的に等価です。
|
|
LoadProfileAsync ( StorageFile file ) : Task | ||
NavigateFrame ( Frame frameIfNoMobileMode, Type pageType, object param ) : void | ||
SaveProfileAsync ( StorageFile saveFile ) : Task |
Méthode | Description | |
---|---|---|
OnActivated ( IActivatedEventArgs args ) : void | ||
OnLaunched ( LaunchActivatedEventArgs e ) : void |
アプリケーションがエンド ユーザーによって正常に起動されたときに呼び出されます。他のエントリ ポイントは、 アプリケーションが特定のファイルを開くために起動されたときなどに使用されます。
|
Méthode | Description | |
---|---|---|
DataLoadAsync ( ) : Task |
||
DataSaveAsync ( ) : Task | ||
OnNavigationFailed ( object sender, NavigationFailedEventArgs e ) : void |
特定のページへの移動が失敗したときに呼び出されます
|
|
OnResuming ( object sender, object e ) : void | ||
OnSuspending ( object sender, SuspendingEventArgs e ) : void |
アプリケーションの実行が中断されたときに呼び出されます。 アプリケーションが終了されるか、メモリの内容がそのままで再開されるかに かかわらず、アプリケーションの状態が保存されます。
|
|
OnWindowSizeChanged ( Size newSize ) : void |
public static LoadProfileAsync ( StorageFile file ) : Task | ||
file | StorageFile | |
Résultat | Task |
public static NavigateFrame ( Frame frameIfNoMobileMode, Type pageType, object param ) : void | ||
frameIfNoMobileMode | Frame | |
pageType | Type | |
param | object | |
Résultat | void |
protected OnActivated ( IActivatedEventArgs args ) : void | ||
args | IActivatedEventArgs | |
Résultat | void |
protected OnLaunched ( LaunchActivatedEventArgs e ) : void | ||
e | LaunchActivatedEventArgs | 起動の要求とプロセスの詳細を表示します。 |
Résultat | void |
public static SaveProfileAsync ( StorageFile saveFile ) : Task | ||
saveFile | StorageFile | |
Résultat | Task |