DataConnectionProperties.IDictionary.GetEnumerator Method
Retrieves an IDictionaryEnumerator for the IDictionary.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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
Returns an IDictionaryEnumerator for the IDictionary.
Implements
Remarks
This method provides an implementation of the GetEnumerator method. For more information see the GetEnumerator method in the .NET Framework class library.
.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.