Metodo PropertyValueCollection.GetEnumerator

Sottoposto a override in una classe derivata, restituisce un oggetto IEnumerator fortemente tipizzato per l'insieme di oggetti PropertyValue.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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>

Valore restituito

Tipo: System.Collections.Generic.IEnumerator<PropertyValue>
Enumerazione di oggetti PropertyValue.

Implementa

IEnumerable<T>.GetEnumerator()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyValueCollection Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà