タスク (Windows 10)

アプリの機能拡張ポイントに関連付けられているバックグラウンド タスク。

要素の階層

<Package>

    <アプリケーション>

         <Application>

              <Extensions>

                   <拡張機能>

                        <BackgroundTasks>

                             <タスク>

構文

<Task
  Type = 'A string that can have one of the following values: "general", "audio", "controlChannel", "systemEvent", "timer", "pushNotification", "location", "deviceUse", "deviceServicing", "deviceConnectionChange" or "bluetooth".' />

属性と要素

属性

属性 説明 データ型 必須 既定値
Type タスクの種類。 generalaudiocontrolChannelsystemEventtimerpushNotificationlocationdeviceUsedeviceServicingdeviceConnectionChangebluetooth のいずれかの値を持つことができます。 はい

子要素

なし。

親要素

親要素 説明
BackgroundTasks windows.backgroundTasks 型のアプリ拡張ポイントを定義します。 バックグラウンド タスクは、専用のバックグラウンド ホストで実行されます。つまり、UI を使用しない場合です。

必要条件

アイテム
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10