DrawingCollection.Enumerator Struktura

Definice

Vytvoří Drawing výčet položek v objektu DrawingCollection.

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

Vlastnosti

Current

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

Metody

MoveNext()

Posune 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í

IDisposable.Dispose()

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

IEnumerator.Current

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

Platí pro