Udostępnij przez


RootComponentMappingCollection.Add Metoda

Definicja

Przeciążenia

Add(Type, String)

Dodaje mapowanie składników do kolekcji.

Add(Type, String, ParameterView)

Dodaje mapowanie składników do kolekcji.

Add<TComponent>(String)

Dodaje mapowanie składników do kolekcji.

Add(Type, String)

Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs

Dodaje mapowanie składników do kolekcji.

public:
 void Add(Type ^ componentType, System::String ^ selector);
public void Add (Type componentType, string selector);
override this.Add : Type * string -> unit
Public Sub Add (componentType As Type, selector As String)

Parametry

componentType
Type

Typ składnika. Musi implementować .IComponent

selector
String

Selektor elementów DOM.

Dotyczy

Add(Type, String, ParameterView)

Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs

Dodaje mapowanie składników do kolekcji.

public:
 void Add(Type ^ componentType, System::String ^ selector, Microsoft::AspNetCore::Components::ParameterView parameters);
public void Add (Type componentType, string selector, Microsoft.AspNetCore.Components.ParameterView parameters);
override this.Add : Type * string * Microsoft.AspNetCore.Components.ParameterView -> unit
Public Sub Add (componentType As Type, selector As String, parameters As ParameterView)

Parametry

componentType
Type

Typ składnika. Musi implementować .IComponent

selector
String

Selektor elementów DOM.

parameters
ParameterView

Parametry składnika głównego.

Dotyczy

Add<TComponent>(String)

Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs
Źródło:
RootComponentMappingCollection.cs

Dodaje mapowanie składników do kolekcji.

public:
generic <typename TComponent>
 where TComponent : Microsoft::AspNetCore::Components::IComponent void Add(System::String ^ selector);
public void Add<TComponent> (string selector) where TComponent : Microsoft.AspNetCore.Components.IComponent;
override this.Add : string -> unit (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)
Public Sub Add(Of TComponent As IComponent) (selector As String)

Parametry typu

TComponent

Typ składnika.

Parametry

selector
String

Selektor elementów DOM.

Dotyczy