GeneralTransformCollection.Enumerator Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Enumera gli elementi GeneralTransform in 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)
- Ereditarietà
- Implementazioni
Proprietà
Current |
Ottiene l'elemento corrente della raccolta. |
Metodi
MoveNext() |
Sposta l'enumeratore all'elemento successivo dell'insieme. |
Reset() |
Reimposta l'enumeratore sulla posizione iniziale, ovvero quella precedente al primo elemento dell'insieme. |
Implementazioni dell'interfaccia esplicita
IDisposable.Dispose() |
Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice. |
IEnumerator.Current |
Questo tipo o membro supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice. |