WebFormsRootDesigner.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.
Retourne un objet de vue qui est déterminé par l'objet ViewTechnology fourni.
protected:
System::Object ^ GetView(System::ComponentModel::Design::ViewTechnology viewTechnology);
protected object GetView (System.ComponentModel.Design.ViewTechnology viewTechnology);
member this.GetView : System.ComponentModel.Design.ViewTechnology -> obj
Protected Function GetView (viewTechnology As ViewTechnology) As Object
Paramètres
- viewTechnology
- ViewTechnology
ViewTechnology obtenu de la propriété SupportedTechnologies.
Retours
Objet contenant l'affichage actuel du composant.
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.