com4:Version
バージョン番号とタイプ ライブラリに関する追加情報。
要素階層
<com4:Version>
<com4:Version>
構文
<com4:Version
VersionNumber = 'One to three alphanumeric characters, separated by a period, followed by one to three more alphanumeric characters (for example, 1.5a).'
LocaleId = 'A string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'.
LibraryFlag = 'A string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'
HelpDirectory = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.' >
<!-- Child elements -->
Win32Path{1,1000}
Win64Path{1,1000}
</com4:Version>
属性と要素
属性
属性 | 形容 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
VersionNumber | バージョン番号の名前。 | 1 ~ 3 文字の英数字をピリオドで区切り、さらに 1 ~ 3 文字の英数字 (例: 1.5a) | はい | |
LocaleId を |
地理的な場所を表す ID。 | 数字または文字 a、b、c、d、e、f (大文字または小文字) を含む 16 進形式の文字列。 | はい | |
LibraryFlag | LIBFLAGS 列挙型からの整数値。 | 数字または文字 a、b、c、d、e、f (大文字または小文字) を含む 16 進形式の文字列。 | はい | |
HelpDirectory | HELPDIR サブキー。 | 1 ~ 32767 文字の長さの文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | はい | |
DisplayName の |
バージョン番号の表示名。 | 長さが 1 ~ 256 文字の文字列。 この文字列はローカライズ可能です。 | はい |
子要素
子要素 | 形容 |
---|---|
Win32Path の |
32 ビット タイプ ライブラリへのパス。 |
Win64Path の |
64 ビット タイプ ライブラリへのパス。 |
親要素
Parent 要素 | 形容 |
---|---|
com4:TypeLib | タイプ ライブラリを登録します。 |
備考
Win32Path または Win64Path のいずれかを指定する必要があり、両方を指定できます。 タイプ ライブラリの 32 ビット形式と 64 ビット形式の両方を生成して登録すると、そのインターフェイスが 32 ビットアーキテクチャと 64 ビット アーキテクチャの両方のクライアント プロセスから使用される場合、パフォーマンスが向上します。
必要条件
アイテム | 価値 |
---|---|
名前空間の | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最小 OS バージョン | Windows 10 (ビルド 20348) |