MaterialCollection.Enumerator Estructura
Definición
Enumera los elementos Material en una 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
interface IEnumerator<Material>
interface IDisposable
Public Structure MaterialCollection.Enumerator
Implements IEnumerator(Of Material)
- Herencia
- Implementaciones
Propiedades
Current |
Obtiene el elemento actual de MaterialCollection.Gets the current element in the MaterialCollection. |
Métodos
MoveNext() |
Desplaza el enumerador al siguiente elemento de la colección.Advances the enumerator to the next element in the collection. |
Reset() |
Restablece el enumerador a su posición inicial (delante del primer elemento de la colección).Resets the enumerator to its initial position, which is before the first element in the collection. |
Implementaciones de interfaz explícitas
IDisposable.Dispose() |
Este miembro es compatible con la infraestructura de Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) y no está diseñado para utilizarse directamente desde el código.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 |
Este miembro es compatible con la infraestructura de Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) y no está diseñado para utilizarse directamente desde el código.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |