com:ProgId

编程标识符 (可以与 CLSID 关联的 ProgID) 。 ProgID 标识类,但精度低于 CLSID,因为它不保证全局唯一。

元素层次结构

<程序包>

    <应用程序>

         <应用程序>

              <扩展>

                   <com:Extension>

                        <com:ComServer>

                             <com:ProgId>

语法

<com:ProgId 
    Id = 'An alphanumeric string separated by a period 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 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-xxxxxxxxxxxx 的 GUID。
CurrentVersion ProgID 的版本。 由 1 到 255 个字符的句点分隔的字母数字字符串,例如 Foo.Bar 或 Foo.Bar.1

子元素

无。

父元素

父元素 描述
com:ComServer 声明 windows.comServer 类型的包扩展点。 comServer 扩展可能包括四种类型的注册:ExeServerSurrogateServerProgIdTreatAsClass

注解

Clsid 属性必须引用同一 ComServer 扩展中的 ExeServer 类、SurrogateServer 类或 TreatAsClass 注册的 Id 属性。

有关 ProgID 的详细信息,请参阅 <ProgID> 密钥

注意

Clsid 和 CurrentVersion 是互斥的,但必须至少提供一个。

要求

命名空间 http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10版本 1703 (内部版本 15063)