isDefaultNonOwnerSaveLocation 요소(검색 커넥터 스키마)
선택적 Boolean <isDefaultNonOwnerSaveLocation> 요소는 홈 그룹의 다른 컴퓨터에서 사용자가 항목을 저장하도록 선택할 때 검색 커넥터에 설명된 위치를 기본 저장 위치로 사용할지 여부를 지정합니다. 이 요소에는 자식 요소가 없고 특성이 없습니다.
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>
요소 정보
부모 요소 | 자식 요소 |
---|---|
searchConnectorDescriptionType 요소(Search 커넥터 스키마) |
설명
true이면 홈 그룹의 다른 컴퓨터에서 사용자가 항목을 저장하도록 선택하면 Windows Explorer 항목을 simpleLocation> 요소에 <지정된 위치에 저장합니다.
예제
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
...
<isDefaultNonOwnerSaveLocation>true</isDefaultNonOwnerSaveLocation>
...
</searchConnectionDescription>