BindingContext.RemoveCore(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除與指定資料來源相關聯的 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 相關而要移除的資料來源。
備註
這個方法已過時且未使用。