GradientStopCollection.Enumerator Structure
Définition
Énumère les éléments GradientStop dans GradientStopCollection.Enumerates GradientStop items in a GradientStopCollection.
public: value class GradientStopCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GradientStop ^>
public struct GradientStopCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop>
type GradientStopCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<GradientStop>
interface IDisposable
Public Structure GradientStopCollection.Enumerator
Implements IEnumerator(Of GradientStop)
- 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 jusqu'à l'élément suivant dans 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. |