PathSegmentCollection.Enumerator Struct

Definizione

Supporta una semplice iterazione su 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
type PathSegmentCollection.Enumerator = struct
    interface IEnumerator<PathSegment>
    interface IEnumerator
    interface IDisposable
Public Structure PathSegmentCollection.Enumerator
Implements IEnumerator(Of PathSegment)
Ereditarietà
PathSegmentCollection.Enumerator
Implementazioni

Commenti

Eccetto laddove indicato, i membri di questa struttura si comportano esattamente come descritto dall'interfaccia IEnumerator.

Proprietà

Current

Ottiene l'elemento corrente in PathSegmentCollection.

Metodi

MoveNext()

Sposta l'enumeratore all'elemento successivo dell'insieme.

Reset()

Imposta l'enumeratore sulla posizione iniziale, ovvero prima del primo elemento in PathSegmentCollection.

Implementazioni dell'interfaccia esplicita

IDisposable.Dispose()

Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice.

IEnumerator.Current

Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice.

Si applica a

Vedi anche