ComponentEditorForm(Object, Type[]) Constructeur
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.
Initialise une nouvelle instance de la classe ComponentEditorForm.
public:
ComponentEditorForm(System::Object ^ component, cli::array <Type ^> ^ pageTypes);
public ComponentEditorForm(object component, Type[] pageTypes);
new System.Windows.Forms.Design.ComponentEditorForm : obj * Type[] -> System.Windows.Forms.Design.ComponentEditorForm
Public Sub New (component As Object, pageTypes As Type())
Paramètres
- component
- Object
Composant à modifier.
- pageTypes
- Type[]
Jeu d'objets ComponentEditorPage à afficher dans le formulaire.
Exceptions
component n'est pas IComponent.