共用方式為


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>

子元素

元素 類型 Description
通道 string 事件中所指定之通道的轉譯訊息字串。
關鍵 字 string 事件中所指定關鍵字的轉譯訊息字串。
關鍵字 已轉譯關鍵字的清單。
水準 string 事件中所指定層級的轉譯訊息字串。
訊息 string 事件的轉譯訊息字串。
OpCode string 事件中所指定 opcode 的轉譯訊息字串。
供應商 string 提供者的轉譯訊息字串。
任務 string 事件中所指定工作的轉譯訊息字串。

屬性

名称 類型 Description
文化特性 語言 語言名稱 (例如 en-US) ,用來識別用來呈現訊息字串的地區設定。

備註

只有使用 Windows 事件收集器 服務收集的事件才會包含本節。

規格需求

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