HtmlTable.CreateControlCollection 方法

定义

ControlCollection 控件创建一个新的 HtmlTable 对象。

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

返回

包含 HtmlTable 控件的子服务器控件的 ControlCollection

注解

CreateControlCollection方法创建用于ControlCollection保存表行的 对象。

CreateControlCollection 方法主要由扩展 HtmlTable 控件功能的控件开发人员使用。

适用于

另请参阅