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 控制項。
備註
這個方法會覆寫基底實作,一律傳回 ViewCollection ,以包含 View 目前 MultiView 控制項的控制項。