Wizard.CreateControlCollection メソッド

定義

コントロール コレクションを作成します。

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

適用対象