共用方式為


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

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

Syntax

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