Sdílet prostřednictvím


ContextItemManager.IEnumerable.GetEnumerator – metoda

Popis tohoto člena v IEnumerable.GetEnumerator.

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

Syntaxe

'Deklarace
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator 
private override GetEnumerator : unit -> IEnumerator 
Jazyk JScript nepodporuje explicitní implementace rozhraní.

Vrácená hodnota

Typ: System.Collections.IEnumerator
Výčet položek kontextu.

Implementuje

IEnumerable.GetEnumerator()

Poznámky

Tento člen je explicitní členské implementace rozhraní. Lze použít jen tehdy, když ContextItemManager je instance přetypovat na IEnumerable rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ContextItemManager Třída

Microsoft.Windows.Design – obor názvů

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

Další zdroje

Editing Context Architecture

Understanding WPF Designer Extensibility