BindingContext Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^, BindingManagerBase^) | Adds the BindingManagerBase associated with a specific data source to the collection. |
![]() | AddCore(Object^, BindingManagerBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the BindingManagerBase associated with a specific data source to the collection. |
![]() | Clear() | Clears the collection of any BindingManagerBase objects. |
![]() | ClearCore() | This API supports the product infrastructure and is not intended to be used directly from your code. Clears the collection. |
![]() | Contains(Object^) | Gets a value indicating whether the BindingContext contains the BindingManagerBase associated with the specified data source. |
![]() | Contains(Object^, String^) | Gets a value indicating whether the BindingContext contains the BindingManagerBase associated with the specified data source and data member. |
![]() | 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() | |
![]() | OnCollectionChanged(CollectionChangeEventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the CollectionChanged event. |
![]() | Remove(Object^) | Deletes the BindingManagerBase associated with the specified data source. |
![]() | RemoveCore(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the BindingManagerBase associated with the specified data source. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | UpdateBinding(BindingContext^, Binding^) | Associates a Binding with a new BindingContext. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Copies the elements of the collection into a specified array, starting at the collection index. |
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator for the collection. |




