EditorZoneBase 构造函数

定义

初始化该类供继承的类实例使用。Initializes the class for use by an inherited class instance. 此构造函数只能由继承的类调用。This constructor can only be called by an inherited class.

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

注解

当由继承的类调用时,此构造函数会将 WebPartDisplayMode 对象传递给 WebPartManager 控件,使页面能够显示编辑用户界面 (UI) 。This constructor, when invoked by an inherited class, passes a WebPartDisplayMode object to the WebPartManager control, which enables the page to display the editing user interface (UI).

适用于