MaterialCollection.Enumerator Structure

Définition

Énumère les éléments Material de 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 IDisposable
    interface IEnumerator
type MaterialCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Material>
    interface IDisposable
type MaterialCollection.Enumerator = struct
    interface IEnumerator<Material>
    interface IEnumerator
    interface IDisposable
Public Structure MaterialCollection.Enumerator
Implements IEnumerator(Of Material)
Héritage
MaterialCollection.Enumerator
Implémente

Propriétés

Current

Obtient l'élément en cours dans MaterialCollection.

Méthodes

MoveNext()

Avance l'énumérateur jusqu'à l'élément suivant dans la collection.

Reset()

Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection.

Implémentations d’interfaces explicites

IDisposable.Dispose()

Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code.

IEnumerator.Current

Ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code.

S’applique à