EditorZone.CreateEditorParts 方法

定义

创建以页持久性格式在区域模板中声明的所有 EditorPart 控件。

protected:
 override System::Web::UI::WebControls::WebParts::EditorPartCollection ^ CreateEditorParts();
protected override System.Web.UI.WebControls.WebParts.EditorPartCollection CreateEditorParts ();
override this.CreateEditorParts : unit -> System.Web.UI.WebControls.WebParts.EditorPartCollection
Protected Overrides Function CreateEditorParts () As EditorPartCollection

返回

一个 EditorPartCollection,它包含对区域模板中声明的所有 EditorPart 控件的引用。

例外

当前的 EditorPart 控件没有 ID。

注解

方法 CreateEditorParts 重写基方法,以仅 EditorPart 创建在区域模板中声明的控件。 添加到区域的任何其他 EditorPart 控件都必须以编程方式添加。 例如,可以通过在 控件中WebPart实现 IWebEditable 接口来完成此操作。 然后,在重写 CreateEditorParts 的 方法中,可以将自定义 EditorPart 控件的集合添加到区域。

适用于

另请参阅