共用方式為


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 會建立保留儲存格 TableRow 的新 ControlCollection 物件。

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

適用於

另請參閱