LevelListType 複雜類型

定義指定事件詳細資訊的嚴重性層級清單。

<xs:complexType name="LevelListType">
    <xs:sequence>
        <xs:element name="level"
            type="LevelType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 類型 描述
水準 LevelType 定義嚴重性值,以決定記錄期間事件的詳細資訊。

規格需求

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