templateInfo 要素 (Search Connector スキーマ)
この省略可能な <templateInfo> 要素は、この検索コネクタに対するクエリの結果を表示するためのフォルダーの種類を指定します。 この要素には属性がなく、必須の子は 1 つだけです。
構文
<!-- templateInfo -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="templateInfo" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="folderType" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
要素情報
Parent 要素 | 子要素 |
---|---|
searchConnectorDescriptionType 要素 (検索コネクタ スキーマ) | folderType 要素 (Search Connector スキーマ) |
解説
templateInfo> 要素で特定のフォルダーの種類を<指定しない場合、Windows は一般的な検索コネクタ フォルダーの種類 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3} を使用します。
templateInfo 要素の例
<!-- templateInfo -->
<templateInfo>
<folderType>{8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}</folderType>
</templateInfo