GeometryCollection.Enumerator Структура

Определение

Выполняет перечисление элементов Geometry в объекте 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)
Наследование
GeometryCollection.Enumerator
Реализации

Свойства

Current

Получает текущий элемент в коллекции.

Методы

MoveNext()

Перемещает перечислитель к следующему элементу коллекции.

Reset()

Сбрасывает перечислитель, возвращая его в исходное положение — перед первым элементом в коллекции.

Явные реализации интерфейса

IDisposable.Dispose()

Этот тип или член поддерживает инфраструктуру Windows Presentation Foundation (WPF) и не предназначен для непосредственного использования из кода.

IEnumerator.Current

Этот тип или член поддерживает инфраструктуру Windows Presentation Foundation (WPF) и не предназначен для непосредственного использования из кода.

Применяется к