Partager via


RootComponent(String, Type, IDictionary<String,Object>) Constructeur

Définition

Construit un instance de RootComponent.

public:
 RootComponent(System::String ^ selector, Type ^ componentType, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public RootComponent (string selector, Type componentType, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent : string * Type * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent
Public Sub New (selector As String, componentType As Type, parameters As IDictionary(Of String, Object))

Paramètres

selector
String

Chaîne de sélecteur CSS qui spécifie où, dans le document, le composant doit être placé. Il doit être unique parmi les composants racine dans .BlazorWebView

componentType
Type

Type du composant racine. Ce type doit implémenter IComponent.

parameters
IDictionary<String,Object>

Dictionnaire facultatif de paramètres à passer au composant racine.

S’applique à