GeneralTransformCollection.Enumerator Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera itens GeneralTransform em um 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)
- Herança
- Implementações
Propriedades
Current |
Obtém o elemento atual na coleção. |
Métodos
MoveNext() |
Avança o enumerador para o próximo elemento da coleção. |
Reset() |
Redefine o enumerador com sua posição inicial, que é antes do primeiro elemento da coleção. |
Implantações explícitas de interface
IDisposable.Dispose() |
Este tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do código. |
IEnumerator.Current |
Este tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do código. |