HtmlTableRow.CreateControlCollection 方法

定义

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

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

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

注解

该方法 CreateControlCollection 创建用于保存行单元格的新 ControlCollection 集合。

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

适用于

另请参阅