Share via


AdoDotNetConnectionProperties.IDictionary.GetEnumerator Method

Returns an IDictionaryEnumerator object for the IDictionary instance.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Private Function GetEnumerator As IDictionaryEnumerator 
    Implements IDictionary.GetEnumerator
'Usage
Dim instance As AdoDotNetConnectionProperties 
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
Returns an IDictionaryEnumerator object instance.

Implements

IDictionary.GetEnumerator()

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

See Also

Reference

AdoDotNetConnectionProperties Class

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace