MaterialCollection.Enumerator Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumère les Material éléments d’un 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
- Implémente
Propriétés
| Nom | Description |
|---|---|
| Current |
Obtient l’élément actuel dans le MaterialCollection. |
Méthodes
| Nom | Description |
|---|---|
| MoveNext() |
Avance l’énumérateur vers l’élément suivant de la collection. |
| Reset() |
Réinitialise l’énumérateur à sa position initiale, qui est avant le premier élément de la collection. |
Implémentations d’interfaces explicites
| Nom | Description |
|---|---|
| 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. |