isDefaultNonOwnerSaveLocation 元素 (搜尋連接器架構)

選用的 Boolean <isDefaultNonOwnerSaveLocation> 元素會指定當 Homegroup 中另一部電腦的使用者選擇儲存專案時,是否應該使用搜尋連接器中所述的位置做為預設儲存位置。 這個項目沒有子專案,也沒有屬性。

語法

<!-- 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>

元素資訊

Parent 元素 子專案
searchConnectorDescriptionType 元素 (搜尋連接器架構)  

 

言論

如果為 true,當 Homegroup 中另一部計算機的使用者選擇儲存專案時,Windows 檔案總管會將專案儲存至 <simpleLocation> 元素中指定的位置。

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