imageLink 要素 (検索コネクタ スキーマ)
オプション <の imageLink> 要素は、この検索コネクタのサムネイルを指定します。 この要素には、必須の子要素が 1 つあり、属性はありません。
構文
<!-- 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>
要素情報
Parent 要素 | 子要素 |
---|---|
searchConnectorDescriptionType 要素 (検索コネクタ スキーマ) | imageLink url 要素 (検索コネクタ スキーマ) |
解説
imageLink 値には、ローカル ファイル システム パスまたは URL を指定できます。 イメージ ファイルには、Windows 7 でサポートされている基本的なイメージの種類 (PNG、BMP、JPG、GIF) のいずれかを指定できます。
imageLink 要素の例
<imageLink>
<imageLinkurl>%ProgramFiles%\Example\examplethumbnail.jpg</imageLinkurl>
</imageLink>