MaterialCollection.Enumerator 構造体
定義
MaterialCollection の Material 項目を列挙します。Enumerates Material items in a MaterialCollection.
public: value class MaterialCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Material ^>
public struct MaterialCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Material>
type MaterialCollection.Enumerator = struct
interface IEnumerator<Material>
interface IEnumerator
interface IDisposable
type MaterialCollection.Enumerator = struct
interface IEnumerator<Material>
interface IDisposable
interface IEnumerator
type MaterialCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Material>
interface IDisposable
Public Structure MaterialCollection.Enumerator
Implements IEnumerator(Of Material)
- 継承
- 実装
プロパティ
Current |
MaterialCollection 内の現在の要素を取得します。Gets the current element in the MaterialCollection. |
メソッド
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. |