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>
요소 정보
부모 요소 | 자식 요소 |
---|---|
searchConnectorDescriptionType 요소(Search 커넥터 스키마) |
설명
참조 형식은 PathParseIconLocation 함수에 적합한 형식으로 지정해야 합니다(예 <: dll 파일 이름>,< 아이콘 인덱스>).
예제
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<iconReference>example.dll,-1002</iconReference>
...
</searchConnectionDescription>