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

傳回

ViewCollection,包含目前 View 控制項的 MultiView 控制項。

備註

這個方法會覆寫基底實作,一律傳回 ViewCollection ,以包含 View 目前 MultiView 控制項的控制項。

適用於

另請參閱