EventData 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트에 대한 기본 클래스입니다.
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] |
이벤트에 대한 기본 클래스입니다. |