RenderingInfoType 复杂类型

定义事件的呈现消息。

<xs:complexType name="RenderingInfoType">
    <xs:sequence>
        <xs:element name="Message"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Level"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Opcode"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Task"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Channel"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Provider"
            type="string"
            minOccurs="0"
         />
        <xs:element name="Keywords"
            minOccurs="0"
        >
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Keyword"
                        type="string"
                        minOccurs="0"
                     />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:any
            minOccurs="0"
            maxOccurs="unbounded"
            processContents="lax"
            namespace="##other"
         />
    </xs:sequence>
    <xs:attribute name="Culture"
        type="language"
        use="required"
     />
    <xs:anyAttribute
        processContents="lax"
        namespace="##other"
     />
</xs:complexType>

子元素

元素 类型 说明
Channel string 事件中指定的通道的呈现消息字符串。
关键字 string 在 事件中指定的关键字 (keyword) 呈现的消息字符串。
关键字 呈现的关键字的列表。
水平 string 事件中指定的级别的呈现消息字符串。
Message string 事件的呈现消息字符串。
操作码 string 在 事件中指定的操作码的呈现消息字符串。
提供程序 string 提供程序的呈现消息字符串。
任务 string 事件中指定的任务的呈现消息字符串。

属性

名称 类型 说明
culture 语言 语言名称 (例如,标识用于呈现消息字符串的区域设置的 en-US) 。

备注

只有使用 Windows 事件收集器 服务收集的事件才会包含此部分。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]