com4:ProgId
可与 CLSID 关联的编程标识符(ProgID)。 ProgID 标识类,但精度低于 CLSID,因为它不能保证全局唯一。
元素层次结构
<com4:ProgId>
<com4:ProgId>
语法
<com4:ProgId
Id = 'An alphanumeric string, separated by a period, with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
CurrentVersion = 'An alphanumeric string, separated by a period, with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).' />
属性和元素
属性
属性 | 描述 | 数据类型 | 必填 | 默认值 |
---|---|---|---|---|
ID | ProgID 的 ID。 | 字母数字字符串,用句点分隔,长度介于 1 到 255 个字符之间(例如,Foo.Bar 或 Foo.Bar.1)。 | 是的 | |
Clsid | 将 ProgID 与 CLSID 相关联。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxx 的 GUID。 | 是的 | |
CurrentVersion | ProgID 的版本。 | 字母数字字符串,用句点分隔,长度介于 1 到 255 个字符之间(例如,Foo.Bar 或 Foo.Bar.1)。 | 是的 |
子元素
没有。
父元素
Parent 元素 | 描述 |
---|---|
扩展 | 定义应用的一个或多个扩展点。 |
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最低 OS 版本 | Windows 10 (内部版本 20348) |