BaseDataBoundControl 构造函数

定义

初始化 BaseDataBoundControl 类的新实例。

protected:
 BaseDataBoundControl();
protected BaseDataBoundControl ();
Protected Sub New ()

注解

由于类是抽象的 BaseDataBoundControl ,因此无法直接创建 BaseDataBoundControl 对象。 此构造函数通常由派生类的构造函数调用,以初始化类 BaseDataBoundControl 中定义的属性。

适用于

另请参阅