Condividi tramite


RootComponentCollectionExtensions.Add<TComponent> Metodo

Definizione

Aggiunge il componente specificato da TComponent alla raccolta specificata da components per essere associato al selettore specificato da selector e per essere creata un'istanza con i parametri specificati da parameters.

public static void Add<TComponent> (this Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentsCollection components, string selector, System.Collections.Generic.IDictionary<string,object?>? parameters = default) where TComponent : Microsoft.AspNetCore.Components.IComponent;
static member Add : Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentsCollection * string * System.Collections.Generic.IDictionary<string, obj> -> unit (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)
<Extension()>
Public Sub Add(Of TComponent As IComponent) (components As RootComponentsCollection, selector As String, Optional parameters As IDictionary(Of String, Object) = Nothing)

Parametri di tipo

TComponent

Oggetto IComponent da aggiungere alla raccolta.

Parametri

components
RootComponentsCollection

Raccolta a cui aggiungere il componente.

selector
String

Selettore a cui verrà associato il componente.

parameters
IDictionary<String,Object>

Parametri di creazione facoltativi per il componente.

Si applica a