com3:ProgId

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

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <com2:Extension>

                        <com2:ComServer>

                             <com3:ProgId>

语法

<com3: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 = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
    CurrentVersion = 'An optional 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-xxxxxxxxxxxx 的可选 GUID。
CurrentVersion ProgID 的版本。 一个可选的字母数字字符串,用句点分隔,其值长度在 1 到 255 个字符 (,例如,Foo.Bar 或 Foo.Bar.1) 。

子元素

无。

父元素

父元素 描述
com2:ComServer 声明 windows.comServer 类型的包扩展点。 comServer 扩展可能包括以下类型的注册:ServiceServerExeServerSurrogateServerProgIdTreatAsClass

注解

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

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

注意

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

要求

Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/3
Minimum OS Version Windows 10版本 2004 (内部版本 19041)