BindingsCollection Properties
.NET Framework 4.5
The BindingsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the total number of bindings in the collection. (Overrides BaseCollection.Count.) |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from BaseCollection.) |
|
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized. (Inherited from BaseCollection.) |
|
Item | Gets the Binding at the specified index. |
|
List | Infrastructure. Gets the bindings in the collection as an object. (Overrides BaseCollection.List.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection. (Inherited from BaseCollection.) |