BindingsCollection::Item Property (Int32)
.NET Framework (current version)
Gets the Binding at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index of the Binding to find.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | The collection doesn't contain an item at the specified index. |
The following example prints the BindingMember value of each Binding in a control's BindingsCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: