次の方法で共有


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

オプションの Boolean <isDefaultNonOwnerSaveLocation> 要素は、ホームグループ内の別のコンピューターのユーザーがアイテムの保存を選択したときに、検索コネクタで説明されている場所を既定の保存場所として使用するかどうかを指定します。 この要素には子要素がなく、属性もありません。

構文

<!-- 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 の場合、ホーム グループ内の別のコンピューターのユーザーがアイテムの保存を選択すると、Windows エクスプローラーは、simpleLocation> 要素で指定された場所にアイテムを<保存します。

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