includeInStartMenuScope 元素 (搜索连接器架构)

可选的布尔 <值 includeInStartMenuScope> 元素指定是否应将此搜索连接器包含在“开始”菜单搜索范围中。 对于使用文件系统作为数据源的搜索连接器,默认值为 true;对于属性处理程序使用的搜索连接器,默认值为 false。 此元素没有子元素,也没有属性。

语法

<!-- includeInStartMenuScope -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="includeInStartMenuScope" type="xs:boolean" default="false" minOccurs="0"/>
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

元素信息

父元素 子元素
searchConnectorDescriptionType 元素 (搜索连接器架构)  

 

备注

如果在“开始”菜单范围中包含搜索连接器,用户可以从“开始”菜单中的搜索框搜索你的位置。

示例

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
    ...
    <includeinStartMenuScope>true</includeinStartMenuScope>
    ...
</searchConnectionDescription>