iconReference 元素 (搜尋連接器架構)
選用 < 的 iconReference > 元素會指定這個位置的自訂圖示。 這個專案沒有屬性,也沒有子項目。
Syntax
<!-- 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>