共用方式為


SurrogateServer) 中的 com4:Class (

定義 Surrogate 伺服器類別註冊。

元素階層

<套件>

    <應用程式>

         <應用程式>

              <擴充功能>

                   <com4:SurrogateServer>

                        <com4:Class>

Syntax

<com4:Class
    Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *'.
    ThreadingModel = 'A string with one of the following values: "Both", "STA", "MTA", "MainSTA", or "Neutral".'
    Virtualization = 'A string with one of the following values: "enabled" or "disabled".'
    EnableOleDefaultHandler = 'A boolean value.'
    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>

屬性和元素

屬性

屬性 描述 資料類型 必要 預設值
路徑 Surrogate 伺服器 DLL 的路徑。 長度介於 1 到 256 個字元之間的字串,不能包含下列字元: < 、、 >":|? 、 或* Yes
ThreadingModel 載入 DLL 的執行緒模型。 具有下列其中一個值的字串: 者、 STAMTAMainSTA中性 Yes
虛擬化 指定載入 類別時是否使用虛擬化。 具有下列其中一個值的字串: 已啟用停用 Yes
EnableOleDefaultHandler 如果 InprocHandler32 機碼的預設值為 「Ole32.dll」,則應該將此設定為 true。 否則,應該省略它。 預設值為 false。 '布林值。 Yes
ProgId 將程式設計識別碼 (ProgID) 與 CLSID 產生關聯。 以句號分隔的英數位元字串,長度介於 1 到 255 (個字元之間,例如,Foo.Bar 或 Foo.Bar.1) 。 No
VersionIndependentProgId 建立 ProgID 與 CLSID 的關聯。 這個值是用來判斷最新版的物件應用程式。 以句號分隔的英數位元字串,長度介於 1 到 255 (個字元之間,例如,Foo.Bar 或 Foo.Bar.1) 。 No
AutoConvertTo 指定將給定物件類別自動轉換成新物件類別。 格式為 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx 的 GUID。 No
InsertableObject 表示這個類別是可插入的。 '布林值。 No
ShortDisplayName 類別顯示名稱的簡短版本。 長度介於 1 到 40 個字元之間的字串。 No
Id Id 屬性會對應至 CLSID。 格式為 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx 的 GUID。 Yes
DisplayName 對應至 CLSID 索引鍵預設值的可當地語系化字串。 長度介於 1 到 256 個字元之間的字串。 No

子元素

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

父元素

父元素 描述
com4:SurrogateServer 向一或多個類別註冊註冊 SurrogateServer。

規格需求

Item
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
OS 最低版本 Windows 10 (組建 20348)