MultiView.CreateControlCollection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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 控件。
注解
此方法重写基本实现,以始终返回包含ViewCollectionView当前MultiView控件的控件。