DataListComponentEditor 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
初始页的索引。