Compartir a través de


PropertyEntryCollection.GetEnumerator (Método)

Cuando se invalida en una clase derivada, devuelve una interfaz IEnumerator de todas las instancias de PropertyEntry en esta colección.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.IEnumerator<PropertyEntry>
Objeto IEnumerator que puede usarse para recorrer en iteración la colección.

Implementaciones

IEnumerable<T>.GetEnumerator()

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntryCollection Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades