uap:Task (Windows 10)

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

要素の階層

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <Extension>
               └─ <BackgroundTasks>
                  └─ <uap:Task>

構文

<uap:Task
  Type = 'A string that can have one of the following values: "chatMessageNotification", "vpnClient", "phoneCall", or "mediaProcessing".' />

属性と要素

属性

特性 説明 データの種類 必須 既定値
タイプ タスクの種類。 chatMessageNotificationvpnClientphoneCallmediaProcessing のいずれかの値を持つ文字列。 イエス

子要素

なし。

親要素

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

Requirements

品目 価値
名前空間 http://schemas.microsoft.com/appx/manifest/uap/windows10
最小 OS バージョン Windows 10 バージョン 1511 (ビルド 10586)