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 控件。

注解

此方法重写基本实现,以始终返回包含ViewCollectionView当前MultiView控件的控件。

适用于

另请参阅