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