PathSegmentCollection.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.
Dá suporte a uma iteração simples em um PathSegmentCollection.
public: value class PathSegmentCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^>
public struct PathSegmentCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
type PathSegmentCollection.Enumerator = struct
interface IEnumerator<PathSegment>
interface IDisposable
interface IEnumerator
type PathSegmentCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<PathSegment>
interface IDisposable
type PathSegmentCollection.Enumerator = struct
interface IEnumerator<PathSegment>
interface IEnumerator
interface IDisposable
Public Structure PathSegmentCollection.Enumerator
Implements IEnumerator(Of PathSegment)
- Herança
- Implementações
Comentários
Exceto onde indicado, os membros dessa estrutura se comportam exatamente como descrito pela interface IEnumerator.
Propriedades
Current |
Obtém o item atual no PathSegmentCollection. |
Métodos
MoveNext() |
Avança o enumerador para o próximo elemento da coleção. |
Reset() |
Redefine o enumerador para sua posição inicial, que é antes do primeiro item no PathSegmentCollection. |
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. |