BindingsCollection.Add(Binding) 方法

定義

將指定的繫結新增至集合中。

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)

參數

binding
Binding

要加入至集合的 Binding

適用於