共用方式為


com:ProxyStub

註冊 Proxy 存根。

元素階層

<套件>

     <應用程式>

          <應用程式>

               <擴充功能>

                    <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>

鑰匙

? 選擇性 (零或一個)

屬性和元素

屬性

屬性 描述 數據類型 必填 預設值
識別碼 Proxy 存根的 CLSID。 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxx 格式的 GUID。 是的
DisplayName 對應至 Proxy 存根 CLSID 索引鍵之預設值的可當地語系化字串。 長度介於 1 到 256 個字元之間的選擇性字串。
路徑 相對於套件根目錄的路徑。 路徑必須參考封裝中的檔案。 長度介於 1 到 256 個字元的字串,不能包含下列字元:<>:"|?* 是的

子專案

子專案 描述
com2:ProxyStubDll 指定 ProxyStub DLL 的路徑和處理器架構。

父元素

父元素 描述
com:ComInterface 宣告 windows.comInterface類型的套件擴充點 。 comInterface 延伸模組可能包含三種類型的註冊:InterfaceProxyStubTypeLib

言論

Proxy 存根註冊會對應至介面 ProxyStubClsid32 密鑰的 CLSID 註冊。

Proxy 存根元素必須具有 Path 屬性或一或多個 ProxyStubDll 子元素,但不能同時具有兩者。

要求

專案 價值
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
最低 OS 版本 Windows 10 版本 1703 (組建 15063)