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