任务 (Windows 10)
与应用扩展点关联的后台任务。
元素层次结构
<任务>
语法
<Task
Type = 'A string that can have one of the following values: "general", "audio", "controlChannel", "systemEvent", "timer", "pushNotification", "location", "deviceUse", "deviceServicing", "deviceConnectionChange" or "bluetooth".' />
特性和元素
属性
特性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
类型 | 任务类型。 | 具有以下值之一的字符串:常规值、音频、controlChannel、systemEvent、计时器、pushNotification、location、deviceUse、deviceServicing、deviceConnectionChange 或蓝牙。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
BackgroundTasks | 定义 windows.backgroundTask 类型的应用扩展点。 后台任务在专用后台主机中运行;也就是说,没有 UI。 |
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |