DataBoundControlDesigner.GetSampleDataSource 메서드

정의

또는 속성에서 샘플 데이터를 만들 수 없는 경우 디자인 화면에서 데이터 바인딩된 컨트롤을 DataSourceDesignerDataSource 렌더링할 더미 샘플 데이터를 가져옵니다.

protected:
 virtual System::Collections::IEnumerable ^ GetSampleDataSource();
protected virtual System.Collections.IEnumerable GetSampleDataSource();
abstract member GetSampleDataSource : unit -> System.Collections.IEnumerable
override this.GetSampleDataSource : unit -> System.Collections.IEnumerable
Protected Overridable Function GetSampleDataSource () As IEnumerable

반품

디자인 화면에서 데이터 바인딩된 컨트롤을 렌더링하는 데 사용되는 더미 샘플 데이터가 포함된 인터페이스를 구현 IEnumerable 하는 개체입니다.

적용 대상

추가 정보