PointCollection.Enumerator Structure
Définition
Énumère les éléments Point de PointCollection.Enumerates Point items in a PointCollection.
public: value class PointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Point>
public struct PointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Point>
type PointCollection.Enumerator = struct
interface IEnumerator
interface IDisposable
interface IEnumerator<Point>
type PointCollection.Enumerator = struct
interface IEnumerator<Point>
interface IDisposable
interface IEnumerator
type PointCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Point>
interface IDisposable
Public Structure PointCollection.Enumerator
Implements IEnumerator(Of Point)
- Héritage
- Implémente
Propriétés
Current |
Obtient l’élément actuel dans la collection.Gets the current element in the collection. |
Méthodes
MoveNext() |
Avance l’énumérateur à l’élément suivant de la collection.Advances the enumerator to the next element in the collection. |
Reset() |
Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection.Resets the enumerator to its initial position, which is before the first element in the collection. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Ce type ou membre prend en charge l’infrastructure Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code.This type or member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
Ce type ou membre prend en charge l’infrastructure Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) et n’est pas destiné à être utilisé directement à partir de votre code.This type or member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |