com4:Class (在 ManagedInProcessServer 中)
向一个或多个类注册托管进程内服务器。
元素层次结构
<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 的线程模型。 | 一个可以具有以下值的字符串:两个、STA、MTA、MainSTA或 Neutral。 | 是的 | |
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-xxxx-xxx 的 GUID。 | 不 | |
InsertableObject | 指示此类可插入。 | 布尔值。 | 不 | |
ShortDisplayName | 类显示名称的简短版本。 | 长度介于 1 到 40 个字符之间的字符串。 | 不 | |
ID | ID 属性对应于 CLSID。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxx 的 GUID。 | 是的 | |
DisplayName | 对应于 CLSID 键的默认值的可本地化字符串。 | 长度介于 1 到 256 个字符之间的字符串。 此字符串可本地化。 | 不 |
子元素
子元素 | 描述 |
---|---|
ImplementedCategories | 指定由类实现的类别。 |
转换 | 指定应用程序可以读取和写入的格式。 |
DataFormats | 指定应用程序支持的默认和主要数据格式。 |
MiscStatus | 指定如何创建和显示对象。 |
谓词 | 指定要为应用程序注册的谓词。 |
DefaultIcon | 为对象的标志性演示文稿提供默认图标信息。 |
ToolboxBitmap32 | 标识用于工具栏或工具箱按钮面的 16 x 16 位图的模块名称和资源 ID。 |
TypeLib | 类或接口的类型库。 |
父元素
Parent 元素 | 描述 |
---|---|
com4:ManagedInProcessServer | 使用一个或多个类注册注册托管进程内服务器。 |
例子
以下示例演示如何向托管进程内服务器注册多个类实现。
<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>
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最低 OS 版本 | Windows 10 (内部版本 20348) |