다음을 통해 공유


RepeaterDesigner.GetDesignTimeDataSource 메서드

정의

디자인 타임 샘플 데이터를 반환합니다.

오버로드

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

디자인 타임에 사용할 샘플 데이터가 들어 있는 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

디자인 타임에 사용할 샘플 데이터가 들어 있는 IEnumerable 개체입니다.

추가 정보

적용 대상