EventData.Enumerator Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Estructura que representa un enumerador
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))
- Herencia
-
EventData.Enumerator
- Implementaciones
Propiedades
| Current |
Par clavevalor actual. |
Métodos
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| MoveNext() | Advances the enumerator to the next element of the collection. |
Implementaciones de interfaz explícitas
| IEnumerator.Current | |
| IEnumerator.Reset() |