SiteMapDataSourceView.Select(DataSourceSelectArguments) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 由控件開發人員使用,但頁面開發人員也不會在頁面程序代碼中使用此方法。