BindingContext.RemoveCore(Object) 方法

定義

移除與指定資料來源相關聯的部分 BindingManagerBase

protected:
 virtual void RemoveCore(System::Object ^ dataSource);
protected virtual void RemoveCore(object dataSource);
abstract member RemoveCore : obj -> unit
override this.RemoveCore : obj -> unit
Protected Overridable Sub RemoveCore (dataSource As Object)

參數

dataSource
Object

與移除相關的 BindingManagerBase 資料來源。

備註

此方法已過時且未被使用。

適用於