Partager via


PropertyEntryCollection.GetEnumerator, méthode

En cas de substitution dans une classe dérivée, retourne un IEnumerator de toutes les instances PropertyEntry dans cette collection.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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>

Valeur de retour

Type : System.Collections.Generic.IEnumerator<PropertyEntry>
Objet IEnumerator pouvant être utilisé pour parcourir la collection.

Implémentations

IEnumerable<T>.GetEnumerator()

Sécurité .NET Framework

Voir aussi

Référence

PropertyEntryCollection Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété