includeInStartMenuScope 元素 (搜尋連接器架構)
選擇性布林 < 值 includeInStartMenuScope > 元素會指定此搜尋連接器是否應該包含在 [開始] 功能表搜尋範圍中。 使用檔案系統作為資料來源的搜尋連接器,預設值為 true,而屬性處理常式所使用的搜尋連接器則為 false。 這個專案沒有子專案,也沒有屬性。
Syntax
<!-- includeInStartMenuScope -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="includeInStartMenuScope" type="xs:boolean" default="false" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
項目資訊
Parent 項目 | 子元素 |
---|---|
searchConnectorDescriptionType 元素 (搜尋連接器架構) |
備註
如果您在 [開始] 功能表範圍中包含搜尋連接器,使用者可以從 [開始] 功能表中的搜尋方塊搜尋您的位置。
範例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<includeinStartMenuScope>true</includeinStartMenuScope>
...
</searchConnectionDescription>