iconReference 要素 (検索コネクタ スキーマ)
オプション <の iconReference> 要素は、この場所のカスタム アイコンを指定します。 この要素には、属性も子要素もありません。
構文
<!-- iconReference -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="iconReference" type="xs:string" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
要素情報
Parent 要素 | 子要素 |
---|---|
searchConnectorDescriptionType 要素 (検索コネクタ スキーマ) |
解説
参照の形式は、PathParseIconLocation 関数に適した形式 (dll ファイル名>、<<アイコン インデックス>など) で指定する必要があります。
例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<iconReference>example.dll,-1002</iconReference>
...
</searchConnectionDescription>