desktop2:SearchPropertyHandler
Windows デスクトップ ブリッジ アプリがシステムにプロパティ ハンドラーをインストールできるようにします。 これらのハンドラーは、インデックス作成と検索のためにファイルからプロパティを読み取るために使用されます。
要素階層
<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。 | はい | |
パスの | CLSID を実装するバイナリを基準とした相対パス。 |
< 、> 、: 、" 、| 、? 、または * の文字を含めることができない、.dll で終わる長さが 1 ~ 256 文字の文字列。 |
いいえ | |
ProcessorArchitecture | プロセッサ アーキテクチャ。 | x86、 |
はい |
子要素
何一つ。
親要素
Parent 要素 | 形容 |
---|---|
desktop2:Extension | アプリの機能拡張ポイントを宣言します。 |
備考
Windows 10 バージョン 1809 および Windows 11 バージョン 22H2 以降、このアプリ拡張機能は、Windows デスクトップ ブリッジを使用して UWP アプリとしてパッケージ化されたデスクトップ アプリでは機能しなくなります。 デスクトップ ブリッジ アプリのパッケージ マニフェストにこの拡張機能を含める場合、効果はありません。
必要条件
アイテム | 価値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
最小 OS バージョン | Windows 10 バージョン 1703 (ビルド 15063) |