desktop2:SearchPropertyHandler

Windows デスクトップ ブリッジ アプリがシステムにプロパティ ハンドラーをインストールできるようにします。 これらのハンドラーは、インデックス作成と検索のためにファイルからプロパティを読み取るために使用されます。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <desktop2:Extension>

                        <desktop2:SearchPropertyHandler>

構文

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

属性と要素

属性

属性 説明 データ型 必須 既定値
Clsid アプリのパッケージ内の クラスの ID。 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx という形式の GUID。 Yes
パス CLSID を実装するバイナリに対する相対パス。 長さが 1 ~ 256 文字の文字列で終わり .dll、次の文字を含めることはできません: <>:、、 "|?、または * いいえ
ProcessorArchitecture プロセッサ アーキテクチャ。 x86、x64armarm64、または neutral のいずれかの値を持つ文字列。 Yes

子要素

なし。

親要素

親要素 説明
desktop2:Extension アプリの機能拡張ポイントを宣言します。

必要条件

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