PathSegmentCollection.Enumerator Structure

Définition

Prend en charge une itération simple sur un PathSegmentCollection.

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

Remarques

Sauf indication contraire, les membres de cette structure se comportent exactement comme décrit par l’interface IEnumerator .

Propriétés

Nom Description
Current

Obtient l’élément actif dans le PathSegmentCollection.

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 du PathSegmentCollection.

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 à

Voir aussi