This topic has not yet been rated - Rate this topic

RenderingInfoType Complex Type

Applies to: desktop apps only

Defines the rendered messages for the event.

<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>

Child elements

ElementTypeDescription
Channel string

The rendered message string of the channel specified in the event.

Keyword string

The rendered message string of a keyword specified in the event.

Keywords

A list of rendered keywords.

Level string

The rendered message string of the level specified in the event.

Message string

The rendered message string of the event.

Opcode string

The rendered message string of the opcode specified in the event.

Provider string

The rendered message string for the provider.

Task string

The rendered message string of the task specified in the event.

Attributes

NameTypeDescription
Culturelanguage

The language name (for example, en-US) that identifies the locale used to render the message strings.

Remarks

Only events that have been collected using the Windows Event Collector service will contain this section.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ