PointCollection.Enumerator 構造体

定義

PointPointCollection項目を列挙します。

public: value class PointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Point>
public struct PointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Point>
type PointCollection.Enumerator = struct
    interface IEnumerator<Point>
    interface IDisposable
    interface IEnumerator
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Point>
    interface IDisposable
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Point>
Public Structure PointCollection.Enumerator
Implements IEnumerator(Of Point)
継承
PointCollection.Enumerator
実装

プロパティ

名前 説明
Current

コレクション内の現在の要素を取得します。

メソッド

名前 説明
MoveNext()

列挙子をコレクション内の次の要素に進めます。

Reset()

列挙子を最初の位置 (コレクション内の最初の要素の前) にリセットします。

明示的なインターフェイスの実装

名前 説明
IDisposable.Dispose()

この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

IEnumerator.Current

この型またはメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象

こちらもご覧ください