WebPart.CreateEditorParts 方法

定义

返回自定义 EditorPart 控件的集合,这些控件可用于在 WebPart 控件处于编辑模式时对其进行编辑。

public:
 virtual System::Web::UI::WebControls::WebParts::EditorPartCollection ^ CreateEditorParts();
public virtual System.Web.UI.WebControls.WebParts.EditorPartCollection CreateEditorParts ();
abstract member CreateEditorParts : unit -> System.Web.UI.WebControls.WebParts.EditorPartCollection
override this.CreateEditorParts : unit -> System.Web.UI.WebControls.WebParts.EditorPartCollection
Public Overridable Function CreateEditorParts () As EditorPartCollection

返回

一个 EditorPartCollection,包含与 EditorPart 控件关联的自定义 WebPart 控件。

实现

注解

开发人员可以使用此方法创建要与WebPart控件关联的自定义EditorPart控件实例。 当用户单击控件上的 WebPart 编辑谓词时,将调用 方法。

注意

在此方法中创建的 EditorPart 控件的任何新实例都必须具有分配给其 ID 属性的值,然后才能将其添加到集合中 EditorParts

有关使用 方法的 CreateEditorParts 代码示例,请参阅 EditorPart 类概述。

适用于

另请参阅