共用方式為


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

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

語法

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