GeneralTransformCollection.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í.
GeneralTransform Vytvoří výčet položek v objektu GeneralTransformCollection.
public: value class GeneralTransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GeneralTransform ^>
public struct GeneralTransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
type GeneralTransformCollection.Enumerator = struct
interface IEnumerator<GeneralTransform>
interface IDisposable
interface IEnumerator
type GeneralTransformCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<GeneralTransform>
interface IDisposable
type GeneralTransformCollection.Enumerator = struct
interface IEnumerator<GeneralTransform>
interface IEnumerator
interface IDisposable
Public Structure GeneralTransformCollection.Enumerator
Implements IEnumerator(Of GeneralTransform)
- Dědičnost
- Implementuje
Vlastnosti
| Name | Description |
|---|---|
| Current |
Získá aktuální prvek v kolekci. |
Metody
| Name | Description |
|---|---|
| MoveNext() |
Přejde 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() |
Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu. |
| IEnumerator.Current |
Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu. |