TextEffectCollection.Enumerator Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří TextEffect výčet položek v objektu 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)
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá aktuální prvek v kolekci. |
Metody
MoveNext() |
Posune enumerátor na další prvek v kolekci. |
Reset() |
Obnoví enumerátor na počáteční pozici, která je před prvním prvkem v kolekci. |
Explicitní implementace rozhraní
IDisposable.Dispose() |
Popis těchto členů najdete v tématu Dispose(). |
IEnumerator.Current |
Popis těchto členů najdete v tématu Current. |
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.