templateInfo 요소(검색 커넥터 스키마)

이 선택적 <templateInfo> 요소는 이 검색 커넥터를 통해 쿼리의 결과를 표시하기 위한 폴더 유형을 지정합니다. 이 요소에는 특성이 없고 필수 자식이 하나만 있습니다.

Syntax

<!-- templateInfo -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="templateInfo" minOccurs="0">
                <xs:complexType>
                    <xs:all>
                        <xs:element name="folderType" minOccurs="0"/>
                    </xs:all>
                </xs:complexType>
            </xs:element>
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

요소 정보

부모 요소 자식 요소
searchConnectorDescriptionType 요소(Search 커넥터 스키마) folderType 요소(Search 커넥터 스키마)

 

설명

templateInfo> 요소에서 <특정 폴더 유형을 지정하지 않으면 Windows는 일반 검색 커넥터 폴더 유형 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}을 사용합니다.

templateInfo 요소의 예

<!-- templateInfo -->
<templateInfo>
    <folderType>{8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}</folderType>
</templateInfo