HtmlContainerControl.CreateControlCollection 方法

定义

创建一个新 ControlCollection 对象来保存服务器控件的子控件(包括文本控件和服务器控件)。

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

包含 HtmlControl 子服务器控件的 ControlCollection

适用于

另请参阅