MaterialCollection.Enumerator Struktura
Definice
Vytvoří výčet Material položek v MaterialCollection .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)
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá aktuální prvek v MaterialCollection .Gets the current element in the MaterialCollection. |
Metody
MoveNext() |
Posune enumerátor na další prvek v kolekci.Advances the enumerator to the next element in the collection. |
Reset() |
Obnoví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.Resets the enumerator to its initial position, which is before the first element in the collection. |
Explicitní implementace rozhraní
IDisposable.Dispose() |
Tento člen podporuje Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastrukturu a není určen pro použití přímo v kódu.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 |
Tento člen podporuje Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastrukturu a není určen pro použití přímo v kódu.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |