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>
項目資訊
Parent 項目 | 子元素 |
---|---|
imageLink 元素 (搜尋連接器架構) |
備註
此值可以是本機檔案系統路徑或 URL。 影像檔可以是 Windows 7 (PNG、BMP、JPG、GIF) 所支援的任何基本映射類型。
imageLinkurl 元素的範例
<imageLink>
<imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>