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

可选的 Boolean <isDefaultNonOwnerSaveLocation> 元素指定当家庭组中另一台计算机的用户选择保存项目时,是否应将搜索连接器中所述的位置用作默认保存位置。 此元素没有子元素,也没有属性。

语法

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

元素信息

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

 

备注

如果为 true,则当家庭组中另一台计算机的用户选择保存项目时,Windows 资源管理器会将该项目保存到 simpleLocation> 元素中指定的<位置。

示例

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
    ...
    <isDefaultNonOwnerSaveLocation>true</isDefaultNonOwnerSaveLocation>
    ...
</searchConnectionDescription>