desktop:ParameterGroup
表示完全信任进程的一组命令行参数。
元素层次结构
<desktop:ParameterGroup>
语法
<desktop:ParameterGroup
GroupId = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
Parameters = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
GroupId | 包含一个或多个相关命令行参数的组的名称。 可以将此组 ID 传递给 LaunchFullTrustProcessForAppAsync 或 LaunchFullTrustProcessForCurrentAppAsync 方法。 | 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。 | 是 | |
参数 | 要与 GroupId 值关联的命令行参数。 | 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。 | 是 |
子元素
无
父元素
父元素 | 描述 |
---|---|
desktop:FullTrustProcess | 表示以完全信任方式运行的桌面进程。 |
注解
有关详细信息,请参阅 LaunchFullTrustProcessForAppAsync 和 LaunchFullTrustProcessForCurrentAppAsync。
要求
项 | 值 |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/desktop/windows10 |
Minimum OS Version | Windows 10版本 1607 (内部版本 14393) |