RootComponent(String, Type, IDictionary<String,Object>) 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.
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.