com:Version
バージョン番号とタイプ ライブラリに関する追加情報。
要素階層
<com:Version>
<com:Version>
構文
<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 ~ 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 文字の長さの値を持つ省略可能な文字列で、先頭と末尾に空白文字以外の文字が含まれます。 | いいえ |
子要素
Child 要素 | 形容 |
---|---|
Win32Path の |
32 ビット タイプ ライブラリへのパス。 |
Win64Path の |
64 ビット タイプ ライブラリへのパス。 |
親要素
Parent 要素 | 形容 |
---|---|
com:TypeLib | タイプ ライブラリを登録します。 |
備考
Win32Path または Win64Path のいずれかを指定する必要があり、両方を指定できます。 タイプ ライブラリの 32 ビット形式と 64 ビット形式の両方を生成して登録すると、そのインターフェイスが 32 ビットアーキテクチャと 64 ビット アーキテクチャの両方のクライアント プロセスから使用される場合、パフォーマンスが向上します。
タイプ ライブラリとこのページの属性の詳細については、「タイプ ライブラリの登録」を参照してください。
必要条件
アイテム | 価値 |
---|---|
名前空間の | http://schemas.microsoft.com/appx/manifest/com/windows10 |
最小 OS バージョン | Windows 10 バージョン 1703 (ビルド 15063) |