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