VectorCollection.Enumerator Struktura

Definice

Vector Vytvoří výčet položek v objektu VectorCollection.

public: value class VectorCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Vector>
public struct VectorCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Vector>
type VectorCollection.Enumerator = struct
    interface IEnumerator<Vector>
    interface IDisposable
    interface IEnumerator
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Vector>
    interface IDisposable
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Vector>
Public Structure VectorCollection.Enumerator
Implements IEnumerator(Of Vector)
Dědičnost
VectorCollection.Enumerator
Implementuje

Poznámky

Pokud není uvedeno, členové této struktury se chovají přesně tak, jak je popsáno rozhraním IEnumerator .

Vlastnosti

Name Description
Current

Získá aktuální prvek v kolekci.

Metody

Name Description
MoveNext()

Přejde enumerátor na další prvek v kolekci.

Reset()

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

Explicitní implementace rozhraní

Name Description
IDisposable.Dispose()

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

IEnumerator.Current

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

Platí pro