WebFormsRootDesigner.IRootDesigner.GetView(ViewTechnology) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet d’affichage pour la technologie de vue spécifiée. Pour obtenir une description de ce membre, consultez 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
Paramètres
- viewTechnology
- ViewTechnology
Technologie de vue.
Retours
Objet d’affichage pour la technologie d’affichage spécifiée.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance WebFormsRootDesigner est convertie en IRootDesigner interface.