Share via


SiteMapDataSourceView.Select(DataSourceSelectArguments) 메서드

정의

현재 사용자의 사이트 탐색 구조를 나타내는 SiteMapNode 개체의 컬렉션을 가져옵니다.

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

매개 변수

arguments
DataSourceSelectArguments

데이터에 대해 기본 데이터 검색 이상의 작업을 요청하는 데 사용되는 DataSourceSelectArguments입니다.

반환

IEnumerable

현재 사용자의 사이트 탐색 구조를 나타내는 SiteMapNodeCollection입니다.

예외

Select(DataSourceSelectArguments)에 전달된 arguments는 검색된 데이터를 페이징 또는 정렬할 수 있도록 데이터 검색 중에 데이터 소스가 일부 추가 작업을 수행해야 하지만 데이터 소스 제어가 필요한 기능을 지원하지 않음을 나타냅니다.

설명

Select 메서드 호출을 ExecuteSelect 전달 하는 메서드를 arguments 매개 변수입니다. Select 메서드는 컨트롤 개발자가 사용 되지만 개발자가 페이지 또는 페이지 코드에서 사용 되지 않습니다.

적용 대상

추가 정보