EventData Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Klasa bazowa, która jest przeznaczona dla zdarzenia.
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))
- Dziedziczenie
-
EventData
- Pochodne
- Implementuje
Konstruktory
EventData() |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |
Pola
EventNamespace |
Przestrzeń nazw zdarzenia. |
Właściwości
Count |
Liczba zdarzeń. |
Item[Int32] |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |
Jawne implementacje interfejsu
IEnumerable.GetEnumerator() |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |
IReadOnlyCollection<KeyValuePair<String,Object>>.Count |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] |
Klasa bazowa, która jest przeznaczona dla zdarzenia. |