BindingsCollection.Remove(Binding) メソッド

定義

指定したバインディングをコレクションから削除します。

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

パラメーター

binding
Binding

コレクションから削除するバインディング。

適用対象

こちらもご覧ください