DesignSurface.CreateComponent(Type) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
CreateComponent has been replaced by CreateInstance and will be removed after Beta2
Erstellt eine Instanz einer Komponente.
protected public:
virtual System::ComponentModel::IComponent ^ CreateComponent(Type ^ componentType);
[System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
protected internal virtual System.ComponentModel.IComponent CreateComponent (Type componentType);
[System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")]
protected internal virtual System.ComponentModel.IComponent? CreateComponent (Type componentType);
[<System.Obsolete("CreateComponent has been replaced by CreateInstance and will be removed after Beta2")>]
abstract member CreateComponent : Type -> System.ComponentModel.IComponent
override this.CreateComponent : Type -> System.ComponentModel.IComponent
Protected Friend Overridable Function CreateComponent (componentType As Type) As IComponent
Parameter
- componentType
- Type
Der Typ der zu erstellenden Komponente.
Gibt zurück
Die neu erstellte Komponente.
- Attribute
Ausnahmen
componentType
ist null
.
Das an das DesignSurface-Objekt angefügte IDesignerHost-Objekt wurde verworfen.
Hinweise
Die CreateComponent -Methode wird von der -Methode der Entwurfsoberfläche CreateComponent aufgerufen, um eine instance einer Komponente zu erstellen. Die Komponente sollte erstellt und dem öffentlichen Container auf der Entwurfsoberfläche hinzugefügt werden.