uap:SupportedUsers (Windows 10)

指示包是否为多用户感知包。 此设置在安装时用于确定是否可以在系统上安装包。

元素层次结构

<包>

    <属性>

         <uap:SupportedUsers>

语法

<uap:SupportedUsers>
  A string that can have one of the following values: "single" or "multiple".
</uap:SupportedUsers>

特性和元素

特性

无。

子元素

无。

父元素

父元素 描述
属性 定义有关包的其他元数据,包括描述包如何向用户显示的属性。

注意

如果清单元素 DisplayName 或 Description 包含 Windows 防火墙禁止的字符,则可能会出现错误;即 |all,因此 Windows 无法为包创建 AppContainer 配置文件。 如果收到错误,请使用此参考进行 故障排除

示例

<Properties>
    <uap:SupportedUsers>single</uap:SupportedUsers>
</Properties>

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)