ProxyWebPartManager.CreateControlCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overrides the base property to prevent the ProxyWebPartManager control from containing controls.
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
Returns
Always returns an EmptyControlCollection.
Remarks
The CreateControlCollection method overrides the base method to prevent the ProxyWebPartManager control from containing and returning collections of controls. Its only purpose is to enable static connections to be declared in content pages within an application that uses master pages.