共用方式為


domain 元素 (搜尋連接器架構)

選擇性 < 網域 > 元素會指定此搜尋連接器所使用的搜尋服務的 URL。 它會顯示在詳細資料窗格中。 這個專案沒有子專案,也沒有屬性。

Syntax

<!-- domain -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="domain" 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 元素 (搜尋連接器架構)  

 

備註

URL 應該是搜尋提供者的最上層網域。 例如: https://www.example.com

範例

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
    ...
    <domain>https://www.adventureworks.com</domain>
    ...
</searchConnectionDescription>