isDefaultSaveLocation 元素 (搜尋連接器架構)
選擇性的 Boolean < isDefaultSaveLocation > 元素會指定是否應該使用搜尋連接器中所述的位置做為預設儲存位置。 這個專案沒有子專案,也沒有屬性。
Syntax
<!-- isDefaultSaveLocation -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="isDefaultSaveLocation" 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 元素 (搜尋連接器架構) |
備註
當使用者選擇儲存專案時,Windows 檔案總管會將專案儲存到 simpleLocation > 元素中指定的 < 位置。 使用者可以使用搜尋連接器的 [屬性] 對話方塊來變更此設定。
範例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
...
<isDefaultSaveLocation>true</isDefaultSaveLocation>
...
</searchConnectionDescription>