共用方式為


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

ControlCollection,包含 HtmlTableRow 控制項的子伺服器控制項。

備註

方法 CreateControlCollection 會建立用來保存資料列儲存格的新 ControlCollection 集合。

CreateControlCollection 方法主要是對控制項開發人員有利,可用以擴充 HtmlTableRow 控制項的功能。

適用於

另請參閱