共用方式為


imageLink 元素 (搜尋連接器架構)

選擇性 < imageLink > 元素會指定這個搜尋連接器的縮圖。 這個專案有一個強制子項目,而且沒有屬性。

Syntax

<!-- imageLink -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="imageLink" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="url" type="xs:anyURI"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>            
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

項目資訊

Parent 項目 子元素
searchConnectorDescriptionType 元素 (搜尋連接器架構) imageLink url 元素 (搜尋連接器架構)

 

備註

imageLink 值可以是本機檔案系統路徑或 URL。 映射檔可以是 Windows 7 (PNG、BMP、JPG、GIF) 支援的任何基本映射類型。

<imageLink>
    <imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>