DrawingCollection.Enumerator Struktura

Definicja

Drawing Wylicza elementy w obiekcie 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)
Dziedziczenie
DrawingCollection.Enumerator
Implementuje

Właściwości

Current

Pobiera bieżący element w kolekcji.

Metody

MoveNext()

Rozwija moduł wyliczający do następnego elementu w kolekcji.

Reset()

Resetuje moduł wyliczający do początkowej pozycji, która znajduje się przed pierwszym elementem w kolekcji.

Jawne implementacje interfejsu

IDisposable.Dispose()

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

IEnumerator.Current

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

Dotyczy