다음을 통해 공유


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

데이터 소스 구성 요소입니다.

적용 대상