com4:InProcessHandler
向一或多個類別註冊註冊同進程處理程式。
元素階層
<com4:InProcessHandler>
<com4:InProcessHandler>
語法
<com4:InProcessHandler
Path = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *, ending with the case-insensitive file extension ".dll".' >
<!-- Child elements -->
Class
InProcessHandlerDll
ClassReference
</com4:InProcessHandler>
屬性和元素
屬性
屬性 | 描述 | 數據類型 | 必填 | 預設值 |
---|---|---|---|---|
路徑 | 進程處理程式 DLL 的完整路徑。 | 長度介於 1 到 256 個字元之間的選擇性字串,不能包含下列字元:< 、> 、: 、" 、| 、? 或 * ,結尾為不區分大小寫的擴展名 .dll 。 |
不 |
子專案
子專案 | 描述 |
---|---|
類別 | 定義進程內處理程式類別註冊。 |
InProcessHandlerdll | 指定進程內處理程式 DLL 的路徑和處理器架構。 |
ClassReference | 指定與註冊同進程處理程式相關聯的類別,並設定註冊詳細數據。 |
父元素
父元素 | 描述 |
---|---|
擴充功能 | 定義應用程式的一或多個擴充點。 |
言論
下列範例示範如何註冊 x86 和 x64 架構的類別和進程內處理程式 dll。
<com4:InProcessHandler>
<com4:InProcessHandlerDll Path="x86\MyHandler.dll" ProcessorArchitecture="x86"/>
<com4:InProcessHandlerDll Path="amd64\MyHandler.dll" ProcessorArchitecture="x64"/>
<com4:Class Id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" DisplayName="CLSID_Bar" ThreadingModel="Both"/>
</com4:InProcessHandler>
要求
專案 | 價值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/4 |
最低 OS 版本 | Windows 10 (組建 20348) |