ListView.CreateDataSourceSelectArguments 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DataSourceSelectArguments 物件,這個物件包含傳遞至資料來源的引數。
protected:
override System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overrides Function CreateDataSourceSelectArguments () As DataSourceSelectArguments
傳回
傳遞至資料來源的引數。
備註
方法是 CreateDataSourceSelectArguments 控件所呼叫的 ListView 協助程式方法。 在此實作中 DataSourceSelectArguments ,物件包含分頁作業的自變數。
給繼承者的注意事項
當您擴充 ListView 類別時,可以覆寫這個方法,並指定傳遞至數據源的自定義值。