queryControl
Windows 7 和更新版本不支援。 指定要在查詢產生器中使用的控制項。 每個displayInfo元素應該只有一個queryControl元素。
如果有多個元素,則會使用最後一個專案。 如果未提供 queryControl 元素,則會將預設屬性設定套用至屬性描述。
Syntax
<!-- queryControl -->
<xs:element name="queryControl" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="control">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="Boolean"/>
<xs:enumeration value="Calendar"/>
<xs:enumeration value="CheckboxDropList"/>
<xs:enumeration value="DropList"/>
<xs:enumeration value="MultiValueText"/>
<xs:enumeration value="NumericText"/>
<xs:enumeration value="Rating"/>
<xs:enumeration value="Text"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
項目資訊
Parent 項目 | 子元素 |
---|---|
displayInfo | 無 |
屬性
屬性 | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
控制 | 公用。 選擇性。 預設值為 「Default」。 以下是有效的值。
|