isDefaultSaveLocation 요소(검색 커넥터 스키마)
선택적 부울 <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>