PathSegmentCollection.Enumerator 结构
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持对 PathSegmentCollection执行简单迭代。
public: value class PathSegmentCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^>
C#
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)
- 继承
- 实现
除非另有说明,此结构成员的行为方式与 IEnumerator 接口所述完全相同。
Current |
获取 PathSegmentCollection 中的当前项。 |
Move |
将枚举数前移到集合中的下一个元素。 |
Reset() |
将枚举器重置为其初始位置,即位于 PathSegmentCollection 中第一个项之前。 |
IDisposable. |
此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 |
IEnumerator. |
此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 |
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |
Windows Desktop | 3.0, 3.1, 5, 6, 7 |