PathSegmentCollection.Enumerator Struct

Definizione

Supporta un'iterazione semplice su un oggetto 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

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

Proprietà

Nome Descrizione
Current

Ottiene l'elemento corrente nell'oggetto PathSegmentCollection.

Metodi

Nome Descrizione
MoveNext()

Sposta l'enumeratore all'elemento successivo nella raccolta.

Reset()

Reimposta l'enumeratore sulla posizione iniziale, ovvero prima del primo elemento dell'oggetto PathSegmentCollection.

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IDisposable.Dispose()

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

IEnumerator.Current

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

Si applica a

Vedi anche