EventData.Enumerator Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Struktura, která představuje enumerátor
public: value class EventData::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct EventData.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type EventData.Enumerator = struct
interface IEnumerator<KeyValuePair<string, obj>>
interface IEnumerator
interface IDisposable
Public Structure EventData.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
- Dědičnost
-
EventData.Enumerator
- Implementuje
Vlastnosti
| Current |
Aktuální pár klíčových hodnot |
Metody
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| MoveNext() | Advances the enumerator to the next element of the collection. |
Explicitní implementace rozhraní
| IEnumerator.Current | |
| IEnumerator.Reset() |