PointCollection.IEnumerable<Point>.GetEnumerator 方法

定義

如需這個成員的說明,請參閱 GetEnumerator()

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

傳回

IEnumerator<Point>

IEnumerator<T> 物件,可用於逐一查看集合。

實作

備註

這個成員是明確介面成員實作, 只有在 PointCollection 執行個體轉換成 IEnumerable<T> 介面時,才能使用這個成員。

適用於

另請參閱