HtmlControl.CreateControlCollection メソッド

定義

サーバー コントロールの子コントロール (リテラルとサーバーの両方) を保持する新しい ControlCollection オブジェクトを作成します。

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 オブジェクト。

適用対象

こちらもご覧ください