共用方式為


com4:Class (在 ManagedInProcessServer 中)

向一或多個類別註冊受控同進程伺服器。

元素階層

<套件>

     <應用程式>

          <應用程式>

               <擴充功能>

                    <com4:ManagedInProcessServer>

                         <com4:Class>

     <擴充功能>

          <com4:ManagedInProcessServer>

               <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 的線程模型。 字串,可以具有下列其中一個值:兩個STAMTAMainSTANeutral 是的
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-xxxxxx 格式的 GUID。
InsertableObject 指出這個類別是可插入的。 布爾值。
ShortDisplayName 類別顯示名稱的簡短版本。 長度介於 1 到 40 個字元之間的字串。
識別碼 Id 屬性會對應至 CLSID。 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxx 格式的 GUID。 是的
DisplayName 對應至 CLSID 索引鍵預設值的可當地語系化字串。 長度介於 1 到 256 個字元之間的字串。 此字串可當地語系化。

子專案

子專案 描述
ImplementedCategories 指定類別所實作的類別。
轉換 指定應用程式可以讀取和寫入的格式。
DataFormats 指定應用程式所支援的預設和主要數據格式。
MiscStatus 指定如何建立及顯示物件。
動詞 指定要為應用程式註冊的動詞。
DefaultIcon 提供物件圖示呈現的預設圖示資訊。
ToolboxBitmap32 識別要用於工具列或工具箱按鈕之16 x 16點陣圖的模組名稱和資源識別碼。
TypeLib 類別或介面的類型連結庫。

父元素

父元素 描述
com4:ManagedInProcessServer 向一或多個類別註冊註冊受控同進程伺服器。

例子

下列範例示範使用Managed同進程伺服器註冊多個類別實作。

<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)