GenericWebPart.CreateControlCollection 方法

定义

重写基方法,以创建由 GenericWebPart 控件所包装的子控件组成的只读集合。

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides Function CreateControlCollection () As ControlCollection

返回

ControlCollection

一个包含子控件的 ControlCollection

注解

该方法 CreateControlCollection 创建一个由单个控件组成的专用只读集合,该集合是控件的 GenericWebPart 子控件。 创建此集合,以便开发人员无法手动将其他控件添加到 GenericWebPart 控件。

如果要在不将子控件添加到专用集合的情况下创建自定义 GenericWebPart 控件,则可以从 GenericWebPart 类派生,重写 GenericWebPart 构造函数,并提供用于存储属性引用 ChildControl 的子控件的不同方法。

适用于

另请参阅