次の方法で共有


desktop2:SearchFilterHandler

Windows デスクトップ ブリッジ アプリで IFilter を登録し、検索用のファイル プロパティを抽出できるようにします。

要素階層

<パッケージの>

     <アプリケーションの>

          <アプリケーション>

               <拡張機能の>

                    <desktop2:Extension>

                         <desktop2:SearchFilterHandler>

構文

<desktop2:SearchFilterHandler
  Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
  Path  = 'An optional string with a value between 1 and 256 characters in length, ending with ".dll" and cannot contain these characters: <, >, :, ", |, ?, or *.'
  ProcessorArchitecture = 'An optional string that can have one of the following values: "x86", "x64", "arm", "arm64", or "neutral".' />

  <!-- Child elements -->
  desktop2:FilterExtension{0,10000}

</desktop2:SearchFilterHandler>

特定の発生範囲を {} する

属性と要素

属性

属性 形容 データ型 必須 既定値
Clsid の ファイルの要求を処理するためにアクティブ化されるクラスの ID。 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 形式の GUID。 はい
パスの アプリのパッケージ内のバイナリへのパス。 <>:"|.dll?、または *の文字を含めることはできません。 いいえ
ProcessorArchitecture プロセッサ アーキテクチャ。 次のいずれか: x86x64armarm64、またはニュートラル はい

子要素

子要素 形容
FilterExtension アプリによって登録されるファイルの種類を指定します。

親要素

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

備考

Windows 10 バージョン 1809 および Windows 11 バージョン 22H2 以降、このアプリ拡張機能は、Windows デスクトップ ブリッジを使用して UWP アプリとしてパッケージ化されたデスクトップ アプリでは機能しなくなります。 デスクトップ ブリッジ アプリのパッケージ マニフェストにこの拡張機能を含める場合、効果はありません。

必要条件

アイテム 価値
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
最小 OS バージョン Windows 10 バージョン 1703 (ビルド 15063)