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

返品

現在のユーザーのサイト ナビゲーション構造を表す SiteMapNodeCollection

例外

argumentsに渡されるSelect(DataSourceSelectArguments)は、データ ソースがデータの取得中に追加の作業を実行して、取得したデータのページングまたは並べ替えを有効にする必要があることを指定しますが、データ ソース コントロールは要求された機能をサポートしていません。

注釈

Select メソッドは、ExecuteSelect メソッドを呼び出し、arguments パラメーターを渡します。 Select メソッドはコントロール開発者によって使用されますが、ページ開発者やページ コードでは使用されません。

適用対象

こちらもご覧ください