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 기본 데이터 검색 이외의 데이터에 대한 작업을 요청하는 데 사용되는 A입니다.

반품

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

예외

arguments 데이터 원본이 Select(DataSourceSelectArguments) 데이터를 검색하는 동안 일부 추가 작업을 수행하여 검색된 데이터를 페이징하거나 정렬할 수 있도록 지정하지만 데이터 원본 제어는 요청된 기능을 지원하지 않습니다.

설명

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

적용 대상

추가 정보