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-xxxx-xxx 的 GUID。 | 是的 | |
路径 | 相对于实现 CLSID 的二进制文件的路径。 | 长度介于 1 到 256 个字符之间的字符串,以 .dll 结尾,不能包含以下字符:< 、> 、: 、" 、| 、? 或 * 。 |
不 | |
ProcessorArchitecture | 处理器体系结构。 | 可以具有以下值之一的字符串:x86、x64、arm、arm64或 中性。 | 是的 |
子元素
没有。
父元素
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) |