KeywordListType 複雜類型

定義分類事件的關鍵字清單。

<xs:complexType name="KeywordListType">
    <xs:sequence>
        <xs:element name="keyword"
            type="KeywordType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 類型 描述
關鍵 字 KeywordType 定義可識別事件類別的關鍵字。 您可以指定最多 48 個關鍵字。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]