PathSegmentCollection.Enumerator Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Prend en charge une itération simple au sein de 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)
- Héritage
- Implémente
Remarques
Sauf indication contraire, les membres de cette structure se comportent exactement comme décrit par l'interface IEnumerator.
Propriétés
Current |
Obtient l'élément actuel dans PathSegmentCollection. |
Méthodes
MoveNext() |
Avance l'énumérateur jusqu'à l'élément suivant dans la collection. |
Reset() |
Réinitialise l'énumérateur à sa position initiale, c’est-à-dire avant le premier élément dans PathSegmentCollection. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Ce type ou ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF), et n’est pas destiné à être utilisé directement à partir de votre code. |
IEnumerator.Current |
Ce type ou ce membre prend en charge l’infrastructure Windows Presentation Foundation (WPF), et n’est pas destiné à être utilisé directement à partir de votre code. |