GeneralTransformCollection.Enumerator Structure

Définition

Énumère les GeneralTransform éléments d’un GeneralTransformCollection.

public: value class GeneralTransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GeneralTransform ^>
public struct GeneralTransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
type GeneralTransformCollection.Enumerator = struct
    interface IEnumerator<GeneralTransform>
    interface IDisposable
    interface IEnumerator
type GeneralTransformCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<GeneralTransform>
    interface IDisposable
Public Structure GeneralTransformCollection.Enumerator
Implements IEnumerator(Of GeneralTransform)
Héritage
GeneralTransformCollection.Enumerator
Implémente

Propriétés

Nom Description
Current

Obtient l'élément actuel dans la collection.

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 type ou ce membre prend en charge l’infrastructure WPF (Windows Presentation Foundation) et n’est pas destiné à être utilisé directement à partir de votre code.

IEnumerator.Current

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

S’applique à