GeometryCollection.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ří Geometry výčet položek v objektu GeometryCollection.
public: value class GeometryCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Geometry ^>
public struct GeometryCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Geometry>
type GeometryCollection.Enumerator = struct
interface IEnumerator<Geometry>
interface IDisposable
interface IEnumerator
type GeometryCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Geometry>
interface IDisposable
type GeometryCollection.Enumerator = struct
interface IEnumerator<Geometry>
interface IEnumerator
interface IDisposable
Public Structure GeometryCollection.Enumerator
Implements IEnumerator(Of Geometry)
- 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. |