desktop2:SearchFilterHandler
可讓 Windows 傳統型網橋應用程式註冊 IFilters 以擷取檔案屬性以進行搜尋。
元素階層
<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 | 將啟動以處理檔案要求的類別標識碼。 | xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxx 格式的 GUID。 | 是的 | |
路徑 | 應用程式套件中二進位檔的路徑。 | 長度介於 1 到 256 個字元之間的選擇性字串,其結尾為 .dll ,不能包含下列字元:< 、> 、: 、" 、| 、? 或 * 。 |
不 | |
ProcessorArchitecture | 處理器架構。 | 下列其中一項:x86、x64、arm、arm64或 中性。 | 是的 |
子專案
子專案 | 描述 |
---|---|
FilterExtension | 指定要由應用程式註冊的檔案類型。 |
父元素
父元素 | 描述 |
---|---|
擴充功能 | 定義應用程式的一或多個擴充點。 |
言論
從 Windows 10 版本 1809 和 Windows 11 版本 22H2 開始,此應用程式延伸模組將不再適用於使用 Windows 傳統型網橋封裝為 UWP app 的桌面應用程式。 在傳統型網橋應用程式的套件指令清單中包含此延伸模組將不會有任何作用。
要求
專案 | 價值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
最低 OS 版本 | Windows 10 版本 1703 (組建 15063) |