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 コントロールの機能を拡張する際に使用します。

適用対象

こちらもご覧ください