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

例外

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

注釈

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

適用対象

こちらもご覧ください