Metodo ModelMemberCollection<TItemType, TKeyType>.GetEnumerator

Se sottoposto a override in una classe derivata, restituisce un enumeratore per enumerare gli elementi.

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

Sintassi

'Dichiarazione
Public MustOverride Function GetEnumerator As IEnumerator(Of TItemType)
public abstract IEnumerator<TItemType> GetEnumerator()
public:
virtual IEnumerator<TItemType>^ GetEnumerator() abstract
abstract GetEnumerator : unit -> IEnumerator<'TItemType> 
public abstract function GetEnumerator() : IEnumerator<TItemType>

Valore restituito

Tipo: System.Collections.Generic.IEnumerator<TItemType>
Oggetto IEnumerator per enumerare gli elementi.

Implementa

IEnumerable<T>.GetEnumerator()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelMemberCollection<TItemType, TKeyType> Classe

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Estensibilità di Progettazione WPF