BindingsCollection.Remove(Binding) Metod

Definition

Tar bort den angivna bindningen från samlingen.

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)

Parametrar

binding
Binding

Bindningen som ska tas bort från samlingen.

Gäller för

Se även