Point3DCollection.Enumerator 結構
定義
列舉 Point3DCollection 中的項目。Enumerates items in a Point3DCollection.
public: value class Point3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Point3D>
public struct Point3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Point3D>
type Point3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Point3D>
interface IDisposable
Public Structure Point3DCollection.Enumerator
Implements IEnumerator(Of Point3D)
- 繼承
- 實作
屬性
Current |
取得集合中目前的 Point3D。Gets the current Point3D in the collection. |
方法
MoveNext() |
將列舉值往前推至下集合中的下一個項目。Advances the enumerator to the next element of the collection. |
Reset() |
重設列舉值至初始位置,也就是集合中的第一個項目之前。Resets the enumerator to its initial position, which is before the first element in the collection. |
明確介面實作
IDisposable.Dispose() |
這個成員支援 Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) 基礎結構,但是您不可以從程式碼直接使用它。This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
這個成員支援 Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) 基礎結構,但是您不可以從程式碼直接使用它。This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |