DataSourceProviderService.NotifyDataSourceComponentAdded(Object) 方法

定义

在派生类中重写时,通知服务表示数据源的组件已添加到设计图面。

public:
 abstract void NotifyDataSourceComponentAdded(System::Object ^ dsc);
public abstract void NotifyDataSourceComponentAdded(object dsc);
abstract member NotifyDataSourceComponentAdded : obj -> unit
Public MustOverride Sub NotifyDataSourceComponentAdded (dsc As Object)

参数

dsc
Object

数据源组件。

适用于