RepeaterDesigner.GetDesignTimeDataSource 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자인 타임 샘플 데이터를 반환합니다.
오버로드
GetDesignTimeDataSource(IEnumerable, Int32) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 제공된 데이터를 기반으로 하며 지정된 수의 행을 사용하는 디자인 타임 샘플 데이터를 반환합니다. |
GetDesignTimeDataSource(Int32) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. GetResolvedSelectedDataSource() 메서드를 기반으로 하며 지정된 수의 행을 사용하는 디자인 타임 샘플 데이터를 반환합니다. |
GetDesignTimeDataSource(IEnumerable, Int32)
제공된 데이터를 기반으로 하며 지정된 수의 행을 사용하는 디자인 타임 샘플 데이터를 반환합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
protected:
System::Collections::IEnumerable ^ GetDesignTimeDataSource(System::Collections::IEnumerable ^ selectedDataSource, int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource (System.Collections.IEnumerable selectedDataSource, int minimumRows);
member this.GetDesignTimeDataSource : System.Collections.IEnumerable * int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (selectedDataSource As IEnumerable, minimumRows As Integer) As IEnumerable
매개 변수
- selectedDataSource
- IEnumerable
디자인 타임에 유사한 샘플 데이터를 만드는 데 사용할 데이터가 들어 있는 IEnumerable 개체입니다.
- minimumRows
- Int32
데이터 소스에 포함할 샘플 데이터의 최소 행 수입니다.
반환
디자인 타임에 사용할 샘플 데이터가 들어 있는 IEnumerable 개체입니다.
추가 정보
적용 대상
GetDesignTimeDataSource(Int32)
GetResolvedSelectedDataSource() 메서드를 기반으로 하며 지정된 수의 행을 사용하는 디자인 타임 샘플 데이터를 반환합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
protected:
System::Collections::IEnumerable ^ GetDesignTimeDataSource(int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource (int minimumRows);
member this.GetDesignTimeDataSource : int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (minimumRows As Integer) As IEnumerable
매개 변수
- minimumRows
- Int32
데이터 소스에 포함할 샘플 데이터의 최소 행 수입니다.
반환
디자인 타임에 사용할 샘플 데이터가 들어 있는 IEnumerable 개체입니다.
추가 정보
적용 대상
.NET