uap13:HostRuntimeDependency

声明应用的发布者信息。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <uap13:Extension>

                   <\uap13:HostRuntimeDependency>

语法

<uap13:HostRuntimeDependency
  Name = 'An alphanumeric string with a value between 1 and 32767 characters that can contain periods and dashes only.'
  Publisher = 'A string between 1 and 8192 characters in length that fits the regular expression of a distinguished name.'
  MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision") where "Major" cannot be "0". />

特性和元素

属性

属性 说明 数据类型 必须 默认值
名称 应用程序的名称。 值介于 1 到 32767 个字符之间的字母数字字符串,只能包含句点和短划线。
发布者 应用程序的发布者 长度介于 1 到 8192 个字符之间的字符串,适合可分辨名称的正则表达式。
MinVersion 安装应用程序所需的最低 Windows 版本。 象限表示法中的版本字符串 (Major.Minor.Build.Revision) ,其中 Major 不能为 0

子元素

无。

父元素

父元素 描述
包/应用程序) 中的扩展 ( 声明应用的扩展点。

要求

UAP12 http://schemas.microsoft.com/appx/manifest/uap/windows/10/13
Minimum OS Version Windows 11 版本 21H2 (内部版本 22000)