次の方法で共有


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>

子要素

要素 Type 説明
Channel string イベントで指定されたチャネルのレンダリングされたメッセージ文字列。
Keyword string イベントで指定されたキーワード (keyword)のレンダリングされたメッセージ文字列。
キーワード レンダリングされたキーワードの一覧。
レベル string イベントで指定されたレベルのレンダリングされたメッセージ文字列。
Message string イベントのレンダリングされたメッセージ文字列。
オペコード string イベントで指定されたオペコードのレンダリングされたメッセージ文字列。
プロバイダー string プロバイダーのレンダリングされたメッセージ文字列。
タスク string イベントで指定されたタスクのレンダリングされたメッセージ文字列。

属性

名前 説明
カルチャ language メッセージ文字列のレンダリングに使用されるロケールを識別する言語名 (en-US など)。

注釈

このセクションには、 Windows イベント コレクター サービスを使用して収集されたイベントのみが含まれます。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]