Share via


DataConnectionProperties.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator Method

Retrieves an IEnumerator<T> for the KeyValuePairString, Object.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
    Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()
private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
An IEnumerator<T> for the KeyValuePairString, Object.

Implements

IEnumerable<T>.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

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace