EventData クラス

定義

イベントの基底クラス。

public ref class EventData abstract : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public abstract class EventData : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,object>>
type EventData = class
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
    interface IReadOnlyList<KeyValuePair<string, obj>>
type EventData = class
    interface IReadOnlyList<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
Public MustInherit Class EventData
Implements IEnumerable(Of KeyValuePair(Of String, Object)), IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyList(Of KeyValuePair(Of String, Object))
継承
EventData
派生
実装

コンストラクター

EventData()

イベントの基底クラス。

フィールド

EventNamespace

イベントの名前空間。

プロパティ

Count

イベント数。

Item[Int32]

イベントの基底クラス。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

イベントの基底クラス。

IEnumerable<KeyValuePair<String,Object>>.GetEnumerator()

イベントの基底クラス。

IReadOnlyCollection<KeyValuePair<String,Object>>.Count

イベントの基底クラス。

IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32]

イベントの基底クラス。

適用対象