Sdílet prostřednictvím


PropertyEntryCollection.GetEnumerator – metoda

V odvozené třídě přepsána, vrátí IEnumerator všech PropertyEntry instance v kolekci.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerator<PropertyEntry>
IEnumerator Objekt, který lze použít k iteraci v kolekci.

Implementuje

IEnumerable<T>.GetEnumerator()

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyEntryCollection Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

WPF Designer Extensibility

Property Editing Architecture