RootComponentMapping Constructeurs
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.
Surcharges
RootComponentMapping(Type, String) |
Crée un instance de RootComponentMapping avec le fourni |
RootComponentMapping(Type, String, ParameterView) |
Crée un instance de RootComponentMapping avec le fourni |
RootComponentMapping(Type, String)
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
Crée un instance de RootComponentMapping avec le fourni componentType
et 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)
Paramètres
- componentType
- Type
Type de composant. Doit implémenter IComponent.
- selector
- String
Sélecteur d’élément DOM ou ID d’inscription de composant pour le composant.
S’applique à
RootComponentMapping(Type, String, ParameterView)
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
- Source:
- RootComponentMapping.cs
Crée un instance de RootComponentMapping avec le fourni componentType
et 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)
Paramètres
- componentType
- Type
Type de composant. Doit implémenter IComponent.
- selector
- String
Sélecteur d’élément DOM ou ID d’inscription pour le composant.
- parameters
- ParameterView
Paramètres à passer au composant.