次の方法で共有


imageLink url 要素 (検索コネクタ スキーマ)

url> 要素は<、この検索コネクタのサムネイルへの URL を指定します。 imageLink> が存在する場合<は、この要素が必要です。 子要素も属性もありません。

構文

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