MultiView.CreateControlCollection Método

Definição

Cria um ControlCollection para manter os controles filho do MultiView controle.

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

Retornos

A ViewCollection para conter os View controles do controle atual MultiView .

Comentários

Esse método substitui a implementação base para sempre retornar um ViewCollection para conter os View controles do controle atual MultiView .

Aplica-se a

Confira também