BindingCollectionEnumerator Class
Supports a simple iteration over a binding collection in an application upgraded from Visual Basic 6.0.
Assembly: Microsoft.VisualBasic.Compatibility.Data (in Microsoft.VisualBasic.Compatibility.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current element in the binding collection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | MoveNext() | Advances the enumerator to the next element of the collection. |
![]() | Reset() | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
When an application is upgraded to Visual Basic, a BindingCollectionEnumerator is created to enable the ADO-related code.
Note |
|---|
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



