BindingsCollection.Add(Binding) Method

Definition

Adds the specified binding to the collection.

protected public:
 void Add(System::Windows::Forms::Binding ^ binding);
protected internal void Add (System.Windows.Forms.Binding binding);
member this.Add : System.Windows.Forms.Binding -> unit
Protected Friend Sub Add (binding As Binding)

Parameters

binding
Binding

The Binding to add to the collection.

Applies to