Vector3DCollection.Enumerator 構造体
定義
VectorCollection の Vector 項目を列挙します。Enumerates Vector items in a VectorCollection.
public: value class Vector3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Vector3D>
public struct Vector3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Vector3D>
type Vector3DCollection.Enumerator = struct
interface IEnumerator<Vector3D>
interface IEnumerator
interface IDisposable
type Vector3DCollection.Enumerator = struct
interface IEnumerator<Vector3D>
interface IDisposable
interface IEnumerator
type Vector3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Vector3D>
interface IDisposable
Public Structure Vector3DCollection.Enumerator
Implements IEnumerator(Of Vector3D)
- 継承
- 実装
プロパティ
Current |
コレクション内の現在の要素を取得します。Gets the current element in the collection. |
メソッド
MoveNext() |
列挙子をコレクションの次の要素に進めます。Advances the enumerator to the next element in 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. |