アプリの機能拡張ポイントに関連付けられているバックグラウンド タスク。
要素の階層
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <Extension>
└─ <BackgroundTasks>
└─ <Task>
構文
<Task
Type = 'A string that can have one of the following values: "general", "audio", "controlChannel", "systemEvent", "timer", "pushNotification", "location", "deviceUse", "deviceServicing", "deviceConnectionChange" or "bluetooth".' />
属性と要素
属性
| 特性 | 説明 | データの種類 | 必須 | 既定値 |
|---|---|---|---|---|
| タイプ | タスクの種類 | general、audio、controlChannel、systemEvent、timer、pushNotification、location、deviceUse、deviceServicing、deviceConnectionChange、bluetooth のいずれかの値を持つ文字列。 | イエス |
子要素
なし。
親要素
| 親要素 | 説明 |
|---|---|
| BackgroundTasks | windows.backgroundTasks |
Requirements
| 品目 | 価値 |
|---|---|
| 名前空間 | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |