WebPartManager.CreateControlCollection Método
Definição
Retorna a coleção de todos os controles que são gerenciados pelo controle WebPartManager em uma página da Web.Returns the collection of all controls that are managed by the WebPartManager control on a Web page. Essa classe não pode ser herdada.This class cannot be inherited.
protected:
override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override sealed System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides NotOverridable Function CreateControlCollection () As ControlCollection
Retornos
Uma ControlCollection que consiste em todos os diversos controles de Web Parts gerenciados pelo controle WebPartManager.A ControlCollection consisting of all the various Web Parts controls managed by the WebPartManager control.
Notas aos Herdeiros
Como esse método é protegido e lacrado, ele fica visível para as classes herdadas da WebPartManager classe, mas não pode ser substituído.Because this method is protected and sealed, it is visible to classes that inherit from the WebPartManager class, but it cannot be overridden.