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> 介面時,才能使用這個成員。

適用於