MultiView.CreateControlCollection メソッド

定義

ControlCollection コントロールの子コントロールを保持する MultiView を作成します。

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

現在の ViewCollection コントロールの View コントロールを格納している MultiView

注釈

このメソッドは、基本実装をオーバーライドして、常に現在MultiViewのコントロールのコントロールをView格納する a を返ViewCollectionします。

適用対象

こちらもご覧ください