desktop2:SearchFilterHandler

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

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <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。 Yes
パス アプリのパッケージ内のバイナリへのパス。 長さが .dll1 ~ 256 文字の省略可能な文字列。末尾は 、または *の文字"?<>:|を含めることはできません。 いいえ
ProcessorArchitecture プロセッサ アーキテクチャ。 次のいずれか: x86x64armarm64、または ニュートラル Yes

子要素

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

親要素

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

必要条件

Item
名前空間 http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
Minimum OS Version Windows 10 バージョン 1703 (ビルド 15063)