次の方法で共有


com4:InProcessHandlerDll

インプロセス ハンドラー DLL のパスとプロセッサ アーキテクチャを指定します。

要素階層

<パッケージの>

     <アプリケーションの>

          <アプリケーション>

               <拡張機能の>

                    <com4:InProcessHandler>

                         <com4:InProcessHandlerDll>

     <拡張機能の>

          <com4:InProcessHandler>

               <com4:InProcessHandlerDll>

構文

<com4:InProcessHandlerDll
  Path = 'A 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".'
  ProcessorArchitecture = 'A string that can be one of the following values: "x86", "x64", "arm", "arm64", or "x86a64".' />

属性と要素

属性

属性 形容 データ型 必須 既定値
パスの インプロセス ハンドラー DLL への完全なパス。 <>:"|?、または *の文字を含むことができない長さが 1 ~ 256 文字の文字列。末尾は大文字と小文字を区別しないファイル拡張子 .dll はい
ProcessorArchitecture インプロセス ハンドラー DLL のプロセッサ アーキテクチャ。 x86x64armarm64、または x86a64のいずれかの値を指定できる文字列。 はい

子要素

何一つ。

親要素

Parent 要素 形容
拡張機能の アプリの 1 つ以上の拡張ポイントを定義します。

次の例は、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>

必要条件

アイテム 価値
名前空間の http://schemas.microsoft.com/appx/manifest/com/windows10/4
最小 OS バージョン Windows 10 (ビルド 20348)