imageLink url 元素 (搜尋聯結器結構描述)

<url> 元素會指定此搜尋連接器縮圖的 URL。 如果 <imageLink> 存在,則需要這個專案。 它沒有子專案,也沒有屬性。

語法

<!-- url -->
    <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 元素 子專案
imageLink 元素 (搜尋連接器架構)  

 

言論

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

imageLinkurl 元素的範例

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