RootComponent(String, Type, IDictionary<String,Object>) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un'istanza di 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))
Parametri
- selector
- String
Stringa del selettore CSS che specifica dove inserire il componente nel documento. Deve essere univoco tra i componenti radice all'interno di BlazorWebView.
- componentType
- Type
Tipo del componente radice. Questo tipo deve implementare IComponent.
- parameters
- IDictionary<String,Object>
Dizionario facoltativo di parametri da passare al componente radice.