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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace