ActivityTagsCollection.Enumerator Struktura

Definice

Vytvoří výčet prvků objektu ActivityTagsCollection.

public: value class ActivityTagsCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct ActivityTagsCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type ActivityTagsCollection.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, obj>>
    interface IEnumerator
    interface IDisposable
Public Structure ActivityTagsCollection.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
Dědičnost
ActivityTagsCollection.Enumerator
Implementuje

Vlastnosti

Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

Metody

Dispose()

Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.

MoveNext()

Posune enumerátor na další prvek kolekce.

Explicitní implementace rozhraní

IEnumerator.Current

Získá prvek v kolekci na aktuální pozici enumerátoru.

IEnumerator.Reset()

Nastaví enumerátor na počáteční pozici, která je před prvním prvkem v kolekci.

Platí pro