Freigeben über


Renderer.InstantiateComponent(Type) Methode

Definition

Erstellt eine neue Komponente des angegebenen Typs.

protected:
 Microsoft::AspNetCore::Components::IComponent ^ InstantiateComponent(Type ^ componentType);
protected Microsoft.AspNetCore.Components.IComponent InstantiateComponent (Type componentType);
member this.InstantiateComponent : Type -> Microsoft.AspNetCore.Components.IComponent
Protected Function InstantiateComponent (componentType As Type) As IComponent

Parameter

componentType
Type

Der Typ der zu instanziierenden Komponente.

Gibt zurück

Die Komponenteninstanz.

Gilt für: