DataConnectionProperties.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator Method
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
'Usage
Dim instance As DataConnectionProperties
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, Object))
returnValue = CType(instance, 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
JScript does not support explicit interface implementations.
Return Value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
Implements
IEnumerable<T>.GetEnumerator()
.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
DataConnectionProperties Class