PropertyValueCollection.GetEnumerator, méthode
En cas de substitution dans une classe dérivée, retourne un IEnumerator fortement typé pour la collection des objets PropertyValue.
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 PropertyValue)
public abstract IEnumerator<PropertyValue> GetEnumerator()
public:
virtual IEnumerator<PropertyValue^>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<PropertyValue>
public abstract function GetEnumerator() : IEnumerator<PropertyValue>
Valeur de retour
Type : System.Collections.Generic.IEnumerator<PropertyValue>
Énumération d'objets PropertyValue.
Implémentations
IEnumerable<T>.GetEnumerator()
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyValueCollection Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms