Método PropertyEntryCollection.GetEnumerator
Quando substituído em uma classe derivada, retorna um IEnumerator de todos os PropertyEntry instâncias na coleção.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public MustOverride Function GetEnumerator As IEnumerator(Of PropertyEntry)
public abstract IEnumerator<PropertyEntry> GetEnumerator()
public:
virtual IEnumerator<PropertyEntry^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyEntry>
public abstract function GetEnumerator() : IEnumerator<PropertyEntry>
Valor de retorno
Tipo: System.Collections.Generic.IEnumerator<PropertyEntry>
Um IEnumerator objeto que pode ser usado para fazer uma iteração através da coleção.
Implementações
IEnumerable<T>.GetEnumerator()
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyEntryCollection Classe
Namespace Microsoft.Windows.Design.PropertyEditing