WebFormsRootDesigner.IRootDesigner.GetView(ViewTechnology) Método
Definição
Obtém um objeto de exibição para a tecnologia de exibição especificada.Gets a view object for the specified view technology. Para obter uma descrição desse membro, confira GetView(ViewTechnology).For a description of this member, see GetView(ViewTechnology).
virtual System::Object ^ System.ComponentModel.Design.IRootDesigner.GetView(System::ComponentModel::Design::ViewTechnology viewTechnology) = System::ComponentModel::Design::IRootDesigner::GetView;
object IRootDesigner.GetView (System.ComponentModel.Design.ViewTechnology viewTechnology);
abstract member System.ComponentModel.Design.IRootDesigner.GetView : System.ComponentModel.Design.ViewTechnology -> obj
override this.System.ComponentModel.Design.IRootDesigner.GetView : System.ComponentModel.Design.ViewTechnology -> obj
Function GetView (viewTechnology As ViewTechnology) As Object Implements IRootDesigner.GetView
Parâmetros
- viewTechnology
- ViewTechnology
A tecnologia de exibição.The view technology.
Retornos
O objeto de exibição para a tecnologia de exibição especificada.The view object for the specified view technology.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de WebFormsRootDesigner é convertida em uma interface de IRootDesigner.It can be used only when the WebFormsRootDesigner instance is cast to an IRootDesigner interface.