MultiView.CreateControlCollection Método

Definição

Cria um ControlCollection para manter os controles filho do controle MultiView.Creates a ControlCollection to hold the child controls of the MultiView control.

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

ControlCollection

Um ViewCollection para conter os controles View do atual controle MultiView.A ViewCollection to contain the View controls of the current MultiView control.

Comentários

Esse método substitui a implementação de base para sempre retornar um ViewCollection para conter os View controles do MultiView controle atual.This method overrides the base implementation to always return a ViewCollection to contain the View controls of the current MultiView control.

Aplica-se a

Confira também