com4:Class (ManagedInProcessServer 内)
マネージド インプロセス サーバーを 1 つ以上のクラスに登録します。
要素階層
<com4:Class>
<com4:Class>
構文
<com4:Class
ThreadingModel = 'A string that can have one of the following values: "Both", "STA", "MTA", "MainSTA", or "Neutral".'
ImplementationClass = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
Virtualization = 'A string that can have one of the following values: "enabled" or "disabled".'
ProgId = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
VersionIndependentProgId = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
AutoConvertTo = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
InsertableObject = 'A boolean value.'
ShortDisplayName = 'A string with a value between 1 and 40 characters in length.'
Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'>
<!-- Child elements -->
ImplementedCategories
Conversion
DataFormats
MiscStatus
Verbs
DefaultIcon
ToolboxBitmap32
TypeLib
</com4:Class>
属性と要素
属性
属性 | 形容 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
ThreadingModel | DLL を読み込むためのスレッド モデル。 | はい | ||
ImplementationClass | クラス参照に関連付けられている実装クラス。 | 長さが 1 ~ 255 文字のピリオドで区切られた英数字文字列 (たとえば、Foo.Bar や Foo.Bar.1)。 | はい | |
仮想化 | クラスを読み込むときに仮想化を使用するかどうかを指定します。 | 次のいずれかの値を持つ文字列: 有効な または無効 。 | はい | |
ProgId の |
プログラム識別子 (ProgID) を CLSID に関連付けます。 | 長さが 1 ~ 255 文字のピリオドで区切られた英数字文字列 (たとえば、Foo.Bar や Foo.Bar.1)。 | いいえ | |
VersionIndependentProgId | ProgID を CLSID に関連付けます。 この値は、オブジェクト アプリケーションの最新バージョンを決定するために使用されます。 | 長さが 1 ~ 255 文字のピリオドで区切られた英数字文字列 (たとえば、Foo.Bar や Foo.Bar.1)。 | いいえ | |
AutoConvertTo | 特定のクラスのオブジェクトから新しいオブジェクト クラスへの自動変換を指定します。 | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 形式の GUID。 | いいえ | |
InsertableObject の |
このクラスが挿入可能であることを示します。 | ブール値。 | いいえ | |
ShortDisplayName | クラス表示名の短いバージョン。 | 長さが 1 ~ 40 文字の値を持つ文字列。 | いいえ | |
ID | Id 属性は CLSID に対応します。 | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 形式の GUID。 | はい | |
DisplayName の |
CLSID のキーの既定値に対応するローカライズ可能な文字列。 | 長さが 1 ~ 256 文字の文字列。 この文字列はローカライズ可能です。 | いいえ |
子要素
子要素 | 形容 |
---|---|
ImplementedCategories | クラスによって実装されるカテゴリを指定します。 |
変換 | アプリケーションが読み取りおよび書き込みできる形式を指定します。 |
DataFormats | アプリケーションでサポートされる既定のデータ形式とメイン データ形式を指定します。 |
MiscStatus | オブジェクトを作成して表示する方法を指定します。 |
動詞の | アプリケーションに登録する動詞を指定します。 |
DefaultIcon の |
オブジェクトのアイコン表示の既定のアイコン情報を提供します。 |
ToolboxBitmap32 | ツール バーまたはツールボックス ボタンの面に使用する 16 x 16 ビットマップのモジュール名とリソース ID を識別します。 |
TypeLib の |
クラスまたはインターフェイスのタイプ ライブラリ。 |
親要素
Parent 要素 | 形容 |
---|---|
com4:ManagedInProcessServer | マネージド インプロセス サーバーを 1 つまたは複数のクラス登録に登録します。 |
例
次の例は、マネージド インプロセス サーバーを使用した複数のクラス実装の登録を示しています。
<com4:ManagedInProcessServer Assembly="Fabrikam.Widgets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxxx" RuntimeVersion="v4.0.30319">
<com4:Class Id="99b9b8fa-2c14-42f7-xxxx-xxxxxxxxxxxx" DisplayName="SimpleWidget" ImplementationClass="Fabrikam.Widgets.SimpleWidget"/>
<com4:Class Id="0057c8be-3c95-4242-xxxx-xxxxxxxxxxxx" DisplayName="SingleThreadedWidget" ImplementationClass="Fabrikam.Widgets.SingleThreadedWidget" ThreadingModel="Apartment"/>
</com4:ManagedInProcessServer>
必要条件
アイテム | 価値 |
---|---|
名前空間の | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最小 OS バージョン | Windows 10 (ビルド 20348) |