TextDecorationCollection.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ří TextDecoration výčet položek v objektu TextDecoration.
public: value class TextDecorationCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::TextDecoration ^>
public struct TextDecorationCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.TextDecoration>
type TextDecorationCollection.Enumerator = struct
interface IEnumerator<TextDecoration>
interface IDisposable
interface IEnumerator
type TextDecorationCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<TextDecoration>
interface IDisposable
type TextDecorationCollection.Enumerator = struct
interface IEnumerator<TextDecoration>
interface IEnumerator
interface IDisposable
Public Structure TextDecorationCollection.Enumerator
Implements IEnumerator(Of TextDecoration)
- Dědičnost
- Implementuje
Vlastnosti
| Name | Description |
|---|---|
| Current |
Získá aktuální prvek v kolekci. |
Metody
| Name | Description |
|---|---|
| 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í
| Name | Description |
|---|---|
| IDisposable.Dispose() |
Popis těchto členů najdete v tématu Dispose(). |
| IEnumerator.Current |
Popis těchto členů najdete v tématu Current. |