desktop7:Service

指定随应用一起安装和注册的服务。 可以将这些服务配置为在本地服务、网络服务或本地系统帐户下运行。

元素层次结构

<包>

     <应用程序>

          <应用程序>

               <扩展>

                    <desktop7:扩展>

                         <desktop7:Service>

语法

<desktop7:Service
    Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    StartupType = 'A string that can have one of the following values: "auto", "manual", "disabled", or "delayedStart".'
    StartAccount = 'A string that can have on of the followning values: "localSystem", "localServices", or "networkService".'
    Arguments = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

    desktop6:Dependencies{1,}
    desktop6:TriggerEvents{1,}

</desktop7:Service>

钥匙

{} 特定出现的范围

属性和元素

属性

属性 描述 数据类型 必填 默认值
名称 服务的名称。 一个长度介于 1 到 32767 个字符之间的字符串,其开头和结尾具有非空格字符。 是的
StartupType 服务的启动类型。 可以具有以下值之一的字符串:自动手动、禁用 delayedStart 是的
StartAccount 要在其中运行服务的帐户的类型。 可对以下值具有的字符串:localSystemlocalServicesnetworkService 是的
参数 要传递给服务的可选参数。 一个可选字符串,其长度在 1 到 32767 个字符之间,其开头和结尾有非空格字符。

子元素

子元素 描述
desktop6:Dependencies 指定一个或多个依赖服务。
desktop6:TriggerEvents 为服务指定一个或多个触发器事件。

父元素

Parent 元素 描述
desktop7:扩展 定义应用程序的扩展点。

言论

此元素需要 packagedServiceslocalSystemServices受限功能

要求

项目 价值
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
最低 OS 版本 Windows 10 (内部版本 19645)