TargetDeviceFamily (捆绑包架构,包) 的后代
标识包面向的设备系列。 有关设备系列的详细信息,请参阅使用扩展 SDK 进行编程。
元素层次结构
<TargetDeviceFamily
Name = 'An alphanumeric string that can contain period and dash characters.'
MinVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
MaxVersionTested = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.' />
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
名称 | 应用面向的设备系列的名称。 | 可以包含句点和短划线字符的字母数字字符串。 | 是 | |
MinVersion | 应用面向的设备系列的最低版本。 用于在部署时适用性。 如果系统的设备系列版本低于 MinVersion,则认为该应用不适用。 | 象限表示法中的版本字符串 (Major.Minor.Build.Revision ) ,其中 Major 不能为 0 。 |
是 | |
MaxVersionTested | 你的应用所针对的设备系列的最高版本,你已针对它进行了测试。 这在运行时用于确定奇数的有效进程空间。 | 象限表示法中的版本字符串 (Major.Minor.Build.Revision ) ,其中 Major 不能为 0 。 |
是 |
子元素
无。
父元素
父元素 | 说明 |
---|---|
依赖项 | 声明将根据需要安装的依赖项。 |
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2018/bundle |