Udostępnij za pośrednictwem


RootComponentMapping Konstruktory

Definicja

Przeciążenia

RootComponentMapping(Type, String)

Tworzy nowe wystąpienie elementu RootComponentMapping z podanymi componentType elementami i selector.

RootComponentMapping(Type, String, ParameterView)

Tworzy nowe wystąpienie elementu RootComponentMapping z podanymi componentType elementami i selector.

RootComponentMapping(Type, String)

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

Tworzy nowe wystąpienie elementu RootComponentMapping z podanymi componentType elementami i selector.

public:
 RootComponentMapping(Type ^ componentType, System::String ^ selector);
public RootComponentMapping (Type componentType, string selector);
new Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping : Type * string -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping
Public Sub New (componentType As Type, selector As String)

Parametry

componentType
Type

Typ składnika. Musi zaimplementować .IComponent

selector
String

Selektor elementu DOM lub identyfikator rejestracji składnika dla składnika.

Dotyczy

RootComponentMapping(Type, String, ParameterView)

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

Tworzy nowe wystąpienie elementu RootComponentMapping z podanymi componentType elementami i selector.

public:
 RootComponentMapping(Type ^ componentType, System::String ^ selector, Microsoft::AspNetCore::Components::ParameterView parameters);
public RootComponentMapping (Type componentType, string selector, Microsoft.AspNetCore.Components.ParameterView parameters);
new Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping : Type * string * Microsoft.AspNetCore.Components.ParameterView -> Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping
Public Sub New (componentType As Type, selector As String, parameters As ParameterView)

Parametry

componentType
Type

Typ składnika. Musi zaimplementować .IComponent

selector
String

Selektor elementu DOM lub identyfikator rejestracji składnika.

parameters
ParameterView

Parametry, które mają być przekazywane do składnika.

Dotyczy