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

適用対象

こちらもご覧ください