com5:InProcessHandlerDll
描述
指定進程內處理程式 DLL 的路徑和處理器架構。
元素階層
<com5:InProcessHandlerDll>
<com5:InProcessHandlerDll>
語法
<com5:InProcessHandlerDll Path = A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
ProcessorArchitecture = "x86" | "x64" | "arm" | "arm64" | "x86a64"
></com5:InProcessHandlerDll>
屬性
屬性 | 描述 | 數據類型 | 必填 |
---|---|---|---|
路徑 | 進程處理程式 DLL 的完整路徑。 | 下列其中一個值:長度介於 1 到 256 個字元之間的字串,不能包含下列字元:<、>、:、“、,, ?, 或 *。 | 是的 |
ProcessorArchitecture | 進程處理程式 DLL 的處理器架構。 | 下列其中一個值:“x86”、“x64”、“arm”、“arm64”、“x86a64” | 是的 |
父元素
父元素 | 描述 |
---|---|
com5:InProcessHandler | 向一或多個類別註冊註冊同進程處理程式。 |
言論
在 com4:InProcessHandlerDll的變更中,Path 屬性不需要提供的值為 “.dll”。
要求
專案 | 價值 |
---|---|
com5 | http://schemas.microsoft.com/appx/manifest/com/windows10/5 |
最低 OS 版本 | Windows 11 版本 21H2 (組建 22000) |