TableRow.CreateControlCollection 方法

定义

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

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 对象,包含 TableRow 控件的子服务器控件。

注解

该方法 CreateControlCollection 创建一个新 ControlCollection 对象,用于保存 TableRow 单元格。

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

适用于

另请参阅