PathFigureCollection.IEnumerable<PathFigure>.GetEnumerator 方法

定义

有关此成员的说明,请参见 GetEnumerator()

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::PathFigure ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure> IEnumerable<PathFigure>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure>
Function GetEnumerator () As IEnumerator(Of PathFigure) Implements IEnumerable(Of PathFigure).GetEnumerator

返回

一个可用于循环访问集合的 IEnumerator<T> 对象。

实现

注解

此成员是显式接口成员的实现。 它只能在 PathFigureCollection 实例被强制转换为 IEnumerable<T> 接口时使用。

适用于