DrawingCollection.Enumerator Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- 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. |