com4:Version
版本号和有关类型库的其他信息。
元素层次结构
<com4:版本>
<com4:版本>
语法
<com4:Version
VersionNumber = 'One to three alphanumeric characters, separated by a period, followed by one to three more alphanumeric characters (for example, 1.5a).'
LocaleId = 'A string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'.
LibraryFlag = 'A string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'
HelpDirectory = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.' >
<!-- Child elements -->
Win32Path{1,1000}
Win64Path{1,1000}
</com4:Version>
属性和元素
属性
属性 | 描述 | 数据类型 | 必填 | 默认值 |
---|---|---|---|---|
VersionNumber | 版本号的名称。 | 一到三个字母数字字符,后跟一到三个字母数字字符,例如 1.5a | 是的 | |
LocaleId | 表示地理位置的 ID。 | 采用十六进制格式的字符串,其中包含数字或字母 a、b、c、d、e、f(大写或小写)。 | 是的 | |
LibraryFlag | LIBFLAGS 枚举中的整数值。 | 采用十六进制格式的字符串,其中包含数字或字母 a、b、c、d、e、f(大写或小写)。 | 是的 | |
HelpDirectory | HELPDIR 子项。 | 长度为 1 到 32767 个字符的字符串,其开头和结尾为非空格字符。 | 是的 | |
DisplayName | 版本号的显示名称。 | 长度介于 1 到 256 个字符之间的字符串。 此字符串可本地化。 | 是的 |
子元素
子元素 | 描述 |
---|---|
Win32Path | 32 位类型库的路径。 |
Win64Path | 64 位类型库的路径。 |
父元素
Parent 元素 | 描述 |
---|---|
com4:TypeLib | 注册类型库。 |
言论
必须指定 Win32Path 或 Win64Path,并且可以同时指定这两者。 如果从 32 位和 64 位体系结构的客户端进程使用接口,则为类型库生成和注册 32 位和 64 位格式可以提高性能。
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最低 OS 版本 | Windows 10 (内部版本 20348) |