EditorPartChrome(EditorZoneBase) 构造函数

定义

初始化 EditorPartChrome 类的新实例。

public:
 EditorPartChrome(System::Web::UI::WebControls::WebParts::EditorZoneBase ^ zone);
public EditorPartChrome (System.Web.UI.WebControls.WebParts.EditorZoneBase zone);
new System.Web.UI.WebControls.WebParts.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorZoneBase -> System.Web.UI.WebControls.WebParts.EditorPartChrome
Public Sub New (zone As EditorZoneBase)

参数

zone
EditorZoneBase

关联的 EditorZoneBase

例外

zone 引用的 EditorZoneBasenull

注解

EditorPartChrome 构造函数初始化 EditorPartChrome 类的一个新实例。 它主要由 EditorZoneBase 某个区域在其方法中使用 CreateEditorPartChrome ,用于创建处理部件版式呈现的对象实例 EditorPartChrome 以及该区域中控件的任何自定义呈现 EditorPart

适用于