desktop:StartupTask

表示在应用启动期间运行的桌面进程。

元素层次结构

<包>

       <应用程序>

             <应用程序>

                   <扩展>

                         <Desktop:Extension>

                               <\Desktop:StartupTask>

语法

<desktop:StartupTask
  TaskId = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  Enabled = 'A boolean value.'
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'
  rescap5:ImmediateRegistration =  'A boolean value.' />

属性和元素

属性

属性 描述 数据类型 必填 默认值
TaskId 任务的唯一标识符。 长度为 1 到 32767 个字符的字符串,其开头和结尾为非空格字符。 是的
已启用 指示是否启用任务。 打包的桌面应用可以将此值设置为 true,以便在首次启动应用时启用启动行为,而无需调用 RequestEnableAsync 布尔值。
DisplayName 要向用户显示的用户友好名称。 长度介于 1 到 256 个字符之间的字符串。 此字符串可本地化。
回顾5:ImmediateRegistration 指示是否应在安装时立即注册任务。 如果设置为 true,并且 启用 也设置为 true,则安装时会启用启动任务,而无需先启动应用。 需要 Microsoft.nonUserConfigurableStartupTasks_8wekyb3d8bbwe 自定义功能。 布尔值

子元素

没有

父元素

Parent 元素 描述
desktop:Extension 声明应用的扩展点。

要求

项目 价值
桌面 http://schemas.microsoft.com/appx/manifest/desktop/windows10
rescap5 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/5
最低 OS 版本 Windows 10 版本 1607(内部版本 14393)