共用方式為


DataListComponentEditor 建構函式

定義

初始化 DataListComponentEditor 類別的新執行個體。

多載

DataListComponentEditor()

初始化 DataListComponentEditor 類別的新執行個體。

DataListComponentEditor(Int32)

初始化 DataListComponentEditor 類別的新執行個體,並將其初始頁面設定為指定的索引。

DataListComponentEditor()

初始化 DataListComponentEditor 類別的新執行個體。

public:
 DataListComponentEditor();
public DataListComponentEditor ();
Public Sub New ()

另請參閱

適用於

DataListComponentEditor(Int32)

初始化 DataListComponentEditor 類別的新執行個體,並將其初始頁面設定為指定的索引。

public:
 DataListComponentEditor(int initialPage);
public DataListComponentEditor (int initialPage);
new System.Web.UI.Design.WebControls.DataListComponentEditor : int -> System.Web.UI.Design.WebControls.DataListComponentEditor
Public Sub New (initialPage As Integer)

參數

initialPage
Int32

初始頁面的索引。

另請參閱

適用於