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 | 将激活以处理文件请求的类的 ID。 | 格式为 xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxx 的 GUID。 | 是的 | |
路径 | 应用包中二进制文件的路径。 | 长度介于 1 到 256 个字符之间的可选字符串,以 .dll 结尾,不能包含以下字符:< 、> 、: 、" 、| 、? 或 * 。 |
不 | |
ProcessorArchitecture | 处理器体系结构。 | 下列项之一:x86、x64、臂、arm64或 中性。 | 是的 |
子元素
子元素 | 描述 |
---|---|
FilterExtension | 指定要由应用注册的文件类型。 |
父元素
Parent 元素 | 描述 |
---|---|
扩展 | 定义应用的一个或多个扩展点。 |
言论
从 Windows 10 版本 1809 和 Windows 11 版本 22H2 开始,此应用扩展将不再适用于使用 Windows 桌面桥打包为 UWP 应用的桌面应用。 在桌面桥应用的包清单中包含此扩展将不起作用。
要求
项目 | 价值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
最低 OS 版本 | Windows 10 版本 1703(内部版本 15063) |