Bagikan melalui


TemplateInfo Element (Skema Konektor Pencarian)

Elemen templateInfo> opsional <ini menentukan jenis folder untuk menampilkan hasil dari kueri melalui konektor pencarian ini. Elemen ini tidak memiliki atribut dan hanya satu anak wajib.

Sintaks

<!-- 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>

Informasi Elemen

Elemen Induk Elemen Anak
SearchConnectorDescriptionType Element (Skema Konektor Pencarian) FolderType Element (Skema Konektor Pencarian)

 

Keterangan

Jika Anda tidak menentukan tipe folder tertentu dalam <elemen templateInfo> , Windows menggunakan tipe folder konektor pencarian umum {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}.

Contoh templatInfo Element

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