TextEffectCollection.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.
Énumère les éléments TextEffect de TextEffectCollection.
public: value class TextEffectCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::TextEffect ^>
public struct TextEffectCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect>
type TextEffectCollection.Enumerator = struct
interface IEnumerator<TextEffect>
interface IDisposable
interface IEnumerator
type TextEffectCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<TextEffect>
interface IDisposable
type TextEffectCollection.Enumerator = struct
interface IEnumerator<TextEffect>
interface IEnumerator
interface IDisposable
Public Structure TextEffectCollection.Enumerator
Implements IEnumerator(Of TextEffect)
- Héritage
- Implémente
Propriétés
Current |
Obtient l’élément actuel dans la collection. |
Méthodes
MoveNext() |
Avance l'énumérateur jusqu'à l'élément suivant dans la collection. |
Reset() |
Rétablit l'énumérateur à sa position initiale, qui précède le premier élément de la collection. |
Implémentations d’interfaces explicites
IDisposable.Dispose() |
Pour obtenir une description de ce membre, consultez Dispose(). |
IEnumerator.Current |
Pour obtenir une description de ce membre, consultez Current. |