選擇性的 Boolean <isDefaultSaveLocation> 元素會指定搜尋連接器中所述的位置是否應作為預設儲存位置。 這個項目沒有子專案,也沒有屬性。
語法
<!-- 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>