任务 (Windows 10)

与应用扩展点关联的后台任务。

元素层次结构

<程序包>

    <应用程序>

         <应用程序>

              <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".' />

特性和元素

属性

特性 说明 数据类型 必须 默认值
类型 任务类型。 具有以下值之一的字符串:常规值、音频controlChannelsystemEvent计时器pushNotificationlocationdeviceUse、deviceServicingdeviceConnectionChange蓝牙

子元素

无。

父元素

父元素 描述
BackgroundTasks 定义 windows.backgroundTask 类型的应用扩展点。 后台任务在专用后台主机中运行;也就是说,没有 UI。

要求

Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10