BindingCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of Binding objects.
[System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")]
public sealed class BindingCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("5585CD17-B90F-4ebd-ADB5-2FCBAD33B4B8")>]
type BindingCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class BindingCollection
Implements IList
- Inheritance
-
BindingCollection
- Attributes
- Implements
Constructors
BindingCollection() |
Initializes a new instance of the BindingCollection class. |
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Int32] |
Gets or sets the element at the specified index. |
Methods
Add(Binding) |
Adds the specified Binding to this collection. |
Clear() |
Removes all items from the collection. |
Contains(Binding) |
Determines whether the specified Binding is in the collection. |
CopyTo(Array, Int32) |
Copies the elements of the collection to an Array, starting at a particular Array index. |
IndexOf(Binding) |
Searches for the specified Binding and returns its zero-based index within the collection. |
Insert(Int32, Binding) |
Inserts a Binding into this collection at the specified index. |
Remove(Binding) |
Removes the specified Binding from this collection. |
RemoveAt(Int32) |
Removes the Binding at the specified index. |