DataPagerField 构造函数
定义
初始化 DataPagerField 类的新实例。Initializes a new instance of the DataPagerField class.
protected:
DataPagerField();
protected DataPagerField ();
Protected Sub New ()
注解
由于 DataPagerField 类是抽象类,因此不能 DataPagerField 直接创建对象。Because the DataPagerField class is abstract, you cannot create a DataPagerField object directly. 此构造函数通常由派生类的构造函数调用,用于初始化类中定义的属性 DataPagerField 。This constructor is typically called by the constructor of a derived class to initialize the properties that are defined in the DataPagerField class.