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>

元素信息

父元素 子元素
searchConnectorDescriptionType 元素 (搜索连接器架构) imageLink url 元素 (搜索连接器架构)

 

备注

imageLink 值可以是本地文件系统路径或 URL。 图像文件可以是 Windows 7 (PNG、BMP、JPG、GIF) 支持的任何基本图像类型。

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