PathSegmentCollection.Enumerator 構造体

定義

PathSegmentCollectionに対する単純な繰り返し処理をサポートします。

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

注釈

明記されている場合を除き、この構造のメンバーは IEnumerator インターフェイスで記述されているとおりに動作します。

プロパティ

Current

PathSegmentCollection 内の現在の項目を取得します。

メソッド

MoveNext()

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

Reset()

列挙子を初期位置、つまり PathSegmentCollection の最初の項目の前にリセットします。

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

IDisposable.Dispose()

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

IEnumerator.Current

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

適用対象

こちらもご覧ください