共用方式為


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

<simpleLocation > 元素會指定搜尋連接器的位置,這些連接器是以檔案系統為基礎或通訊協定處理常式。 這個專案有兩個子項目,沒有屬性。

Syntax

<!-- simpleLocation -->
    <xs:complexType name="searchConnectorDescriptionType">
        <xs:all>
            ...
            <xs:element name="simpleLocation" type="shellLinkType" minOccurs="0">
                <xs:all>
                    <xs:element name="url" type="xs:anyURI"/>
                    <xs:element name="serialized" minOccurs="0"/>
                </xs:all>
                
            </xs:element>
            ...
        </xs:all>
        <xs:attribute name="publisher" type="xs:string"/>
        <xs:attribute name="product" type="xs:string"/>
    </xs:complexType>

項目資訊

Parent 項目 子元素
searchConnectorDescriptionType 元素 (搜尋連接器架構) simpleLocation url 元素 (搜尋連接器架構)
  序列化:此元素包含 base64 編碼的 ShellLink,指向 URL > 元素中 < 定義的位置。 Windows 7 會從 url > 元素的值 < 建立 ShellLink,並在此程式庫的第一次載入時正確更新此欄位,因此作者應該保留空白。

 

備註

當位置位於檔案系統上,或連接器是已知的通訊協定處理常式 (,例如 mapi:) 時,可以使用這個元素,而不是 < locationProvider > 。 如果 < simpleLocation > 存在,則不能有 < locationProvider > 元素。 針對 Web 服務供應商搜尋連接器,請改用< locationProvider >元素。

範例

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
    ...
    <simpleLocation>
        <url>mapi://{S-1-5-21-2127521184-1604012920-1887927527-2779359}/</url>
    </simpleLocation>
    ...
</searchConnectionDescription>