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) 基础结构,并且不应在代码中直接使用。

适用于

另请参阅