com:ProxyStub

注册代理存根。

元素层次结构

<包>

     <应用程序>

          <应用程序>

               <扩展>

                    <com:Extension>

                         <com:ComInterface>

                              <com:ProxyStub>

     <扩展>

          <com:Extension>

               <com:ComInterface>

                    <com:ProxyStub>

语法

<com:ProxyStub
  Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
  DisplayName = 'An optional string with a value between 1 and 256 characters in length. This string is localizable.'
  Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. >.'

  <!-- Child elements -->
  com2:ProxyStubDll?

</com:ProxyStub>

钥匙

? 可选(零或一)

属性和元素

属性

属性 描述 数据类型 必填 默认值
ID 代理存根的 CLSID。 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxx 的 GUID。 是的
DisplayName 对应于代理存根 CLSID 密钥的默认值的可本地化字符串。 长度介于 1 到 256 个字符之间的值的可选字符串。
路径 相对于包根的路径。 路径必须引用包中的文件。 长度在 1 到 256 个字符之间的字符串,其长度不能包含这些字符:<>:"|?* 是的

子元素

子元素 描述
com2:ProxyStubDll 指定 ProxyStub DLL 的路径和处理器体系结构。

父元素

Parent 元素 描述
com:ComInterface 声明 windows.comInterface类型的包扩展点。 comInterface 扩展可能包括三种类型的注册:接口ProxyStubTypeLib

言论

代理存根注册对应于接口的 ProxyStubClsid32 密钥的 CLSID 注册。

代理存根元素必须具有 Path 属性或一个或多个 ProxyStubDll 子元素,但不能同时具有这两者。

要求

项目 价值
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
最低 OS 版本 Windows 10 版本 1703(内部版本 15063)