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 的二进制文件的路径。 | 值长度介于 1 到 256 个字符之间的字符串,以 .dll 结尾,不能包含以下字符:< 、> 、: 、" | 、 ? 或 * 。 |
否 | |
ProcessorArchitecture | 处理器体系结构。 | 可以具有以下值之一的字符串: x86、 x64、 arm、 arm64 或 neutral。 | 是 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
desktop2:Extension | 声明应用的扩展点。 |
要求
项 | 值 |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
Minimum OS Version | Windows 10版本 1703 (内部版本 15063) |