BindingsCollection.RemoveCore(Binding) 方法

定義

從集合移除指定的 Binding

protected:
 virtual void RemoveCore(System::Windows::Forms::Binding ^ dataBinding);
protected virtual void RemoveCore (System.Windows.Forms.Binding dataBinding);
abstract member RemoveCore : System.Windows.Forms.Binding -> unit
override this.RemoveCore : System.Windows.Forms.Binding -> unit
Protected Overridable Sub RemoveCore (dataBinding As Binding)

參數

dataBinding
Binding

要移除的 Binding

適用於