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>
요소 정보
부모 요소 | 자식 요소 |
---|---|
searchConnectorDescriptionType 요소(Search 커넥터 스키마) | imageLink url 요소(검색 커넥터 스키마) |
설명
imageLink 값은 로컬 파일 시스템 경로 또는 URL일 수 있습니다. 이미지 파일은 Windows 7(PNG, BMP, JPG, GIF)에서 지원하는 기본 이미지 형식일 수 있습니다.
imageLink 요소의 예
<imageLink>
<imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>