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
'Usage
Dim instance As ModelItemDictionary
Dim returnValue As IDictionaryEnumerator
returnValue = CType(instance, IDictionary).GetEnumerator()
IDictionaryEnumerator IDictionary.GetEnumerator()
private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.IDictionaryEnumerator
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