다음을 통해 공유


imageLink url 요소(검색 커넥터 스키마)

url> 요소는 이 <검색 커넥터의 축소판 그림에 대한 URL을 지정합니다. imageLink>가 있는 경우 <이 요소가 필요합니다. 자식 요소와 특성이 없습니다.

Syntax

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

요소 정보

부모 요소 자식 요소
imageLink 요소(검색 커넥터 스키마)  

 

설명

값은 로컬 파일 시스템 경로 또는 URL일 수 있습니다. 이미지 파일은 Windows 7(PNG, BMP, JPG, GIF)에서 지원하는 기본 이미지 형식일 수 있습니다.

imageLinkurl 요소의 예

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