ChannelListType 複合型
プロバイダーがイベントをログに記録できるチャネルの一覧を定義します。
<xs:complexType name="ChannelListType">
<xs:choice
minOccurs="0"
maxOccurs="8"
>
<xs:element name="importChannel"
type="ImportChannelType"
/>
<xs:element name="channel"
type="ChannelType"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:choice>
<xs:anyAttribute
namespace="##other"
/>
</xs:complexType>
子要素
要素 | Type | 説明 |
---|---|---|
チャネル | ChannelType | イベントをログに記録できるチャネルを定義します。 |
importChannel | ImportChannelType | 別のプロバイダーまたはメタデータ セクションを含むマニフェストで定義されているチャネルを識別します。 |
解説
最大 8 つのチャネル (定義したインポートされたチャネルまたはチャネルの任意の組み合わせ) を指定できます。
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |