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. |