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) 基礎結構,而且不能從程式碼直接使用。

適用於

另請參閱