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

返品

TableRow コントロールの子サーバー コントロールを格納しているControlCollection オブジェクト。

注釈

CreateControlCollection メソッドは、TableRow セルを保持する新しいControlCollection オブジェクトを作成します。

CreateControlCollectionメソッドは、主に、TableRow コントロールの機能を拡張する開発者を制御するために重要です。

適用対象

こちらもご覧ください