BaseDataListDesigner 构造函数

定义

初始化 BaseDataListDesigner 类的新实例。Initializes a new instance of the BaseDataListDesigner class.

public:
 BaseDataListDesigner();
protected:
 BaseDataListDesigner();
public BaseDataListDesigner ();
protected BaseDataListDesigner ();
Public Sub New ()
Protected Sub New ()

注解

.NET Framework 在创建类的新实例时, BaseDataListDesigner 它会在设计图面上创建派生自类的关联控件 BaseDataList 或该控件的副本。The .NET Framework internally constructs a new instance of the BaseDataListDesigner class when it creates the associated control that is derived from the BaseDataList class or a copy of that control on the design surface.

适用于

另请参阅