Wizard.CreateControlCollection メソッド
定義
コントロール コレクションを作成します。Creates control collection.
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 オブジェクト。A ControlCollection object to contain the current server control's child server controls.