DocumentDesigner.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.
Pour obtenir une description de ce membre, consultez ViewTechnology.
virtual System::Object ^ System.ComponentModel.Design.IRootDesigner.GetView(System::ComponentModel::Design::ViewTechnology technology) = System::ComponentModel::Design::IRootDesigner::GetView;
object IRootDesigner.GetView (System.ComponentModel.Design.ViewTechnology technology);
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 (technology As ViewTechnology) As Object Implements IRootDesigner.GetView
Paramètres
- technology
- ViewTechnology
ViewTechnology indiquant une technologie d'affichage particulière.
Retours
Objet représentant l'affichage de ce concepteur.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DocumentDesigner est castée en interface IRootDesigner.