Application.OnBackgroundActivated(BackgroundActivatedEventArgs) メソッド

定義

アプリケーションがバックグラウンドでアクティブ化されたときに呼び出されます。

protected:
 virtual void OnBackgroundActivated(BackgroundActivatedEventArgs ^ args) = OnBackgroundActivated;
void OnBackgroundActivated(BackgroundActivatedEventArgs const& args);
protected virtual void OnBackgroundActivated(BackgroundActivatedEventArgs args);
function onBackgroundActivated(args)
Protected Overridable Sub OnBackgroundActivated (args As BackgroundActivatedEventArgs)

パラメーター

args
BackgroundActivatedEventArgs

バックグラウンド アクティブ化に関するデータ。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象