共用方式為


com:Version

版本號碼和類型連結庫的其他資訊。

元素階層

<套件>

     <應用程式>

          <應用程式>

               <擴充功能>

                    <com:Extension>

                         <com:ComInterface>

                              <com:TypeLib>

                                   <com:版本>

     <擴充功能>

          <com:Extension>

               <com:ComInterface>

                    <com:TypeLib>

                         <com:版本>

語法

<com:Version
  VersionNumber = 'One to three alphanumeric characters separated by a period followed by one to three more alphanumeric characters (for example, 1.5a).'
  LocaleId = 'An optional string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case)'.
  LibraryFlag = 'An optional string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'
  HelpDirectory = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

  <!-- Child elements -->
  Win32Path,
  Win64Path

</com:Version>

屬性和元素

屬性

屬性 描述 數據類型 必填 預設值
VersionNumber 版本號碼的名稱。 以句號分隔的一到三個英數位元後面接著一到三個英數位元(例如 1.5a)。 是的
LocaleId 代表地理位置的標識碼。 具有十六進位格式值的選擇性字串,其中包含數位或字母 abcdef(大寫或小寫)
LibraryFlag LIBFLAGS 列舉中的整數值。 具有十六進位格式值的選擇性字串,其中包含數位或字母 abcdef(大寫或小寫)
HelpDirectory HELPDIR 子機碼。 選擇性字串,其長度介於 1 到 32767 個字元之間,其開頭和結尾有非空格符。

子專案

Child 元素 描述
Win32Path 32 位類型連結庫的路徑。
Win64Path 64 位類型連結庫的路徑。

父元素

Parent 元素 描述
com:TypeLib 註冊類型連結庫。

言論

您必須指定 Win32Path 或 Win64Path,而且可以同時指定兩者。 如果 32 位和 64 位架構的客戶端進程使用 32 位和 64 位架構的介面,則產生和註冊 32 位和 64 位格式可以改善效能。

如您需要此頁面上類型庫和屬性的詳細資訊,請參閱 註冊類型庫

要求

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