Share via


ModelItemDictionary.IDictionary.GetEnumerator Method

For a description of this member, see IDictionary.GetEnumerator.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Private Function GetEnumerator As IDictionaryEnumerator
    Implements IDictionary.GetEnumerator
IDictionaryEnumerator IDictionary.GetEnumerator()
private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator
private abstract GetEnumerator : unit -> IDictionaryEnumerator 
private override GetEnumerator : unit -> IDictionaryEnumerator 
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.IDictionaryEnumerator
An IDictionaryEnumerator object for the IDictionary object.

Implements

IDictionary.GetEnumerator()

Remarks

This member is an explicit interface member implementation. It can be used only when the ModelItemDictionary instance is cast to an IDictionary interface.

.NET Framework Security

See Also

Reference

ModelItemDictionary Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture