次の方法で共有


isDefaultSaveLocation 要素 (検索コネクタ スキーマ)

省略可能な 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 要素 (Search Connector スキーマ)  

 

解説

ユーザーが項目の保存を選択すると、Windows エクスプローラーは、simpleLocation> 要素で指定された場所に項目を<保存します。 ユーザーは、検索コネクタの [プロパティ] ダイアログを使用して、この設定を変更できます。

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