Sdílet prostřednictvím


RootComponentMappingCollection Třída

Definice

Definuje kolekci RootComponentMapping položek.

public ref class RootComponentMappingCollection : System::Collections::ObjectModel::Collection<Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>
public class RootComponentMappingCollection : System.Collections.ObjectModel.Collection<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping>, Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type RootComponentMappingCollection = class
    inherit Collection<RootComponentMapping>
type RootComponentMappingCollection = class
    inherit Collection<RootComponentMapping>
    interface IJSComponentConfiguration
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Public Class RootComponentMappingCollection
Inherits Collection(Of RootComponentMapping)
Implements IJSComponentConfiguration
Dědičnost
RootComponentMappingCollection
Implementuje

Konstruktory

RootComponentMappingCollection()

Definuje kolekci RootComponentMapping položek.

Vlastnosti

JSComponents

Získá úložiště možností konfigurace, které umožňují JavaScript přidat kořenové komponenty dynamicky.

Metody

Add(Type, String, ParameterView)

Přidá mapování komponent do kolekce.

Add(Type, String)

Přidá mapování komponent do kolekce.

Add<TComponent>(String)

Přidá mapování komponent do kolekce.

AddRange(IEnumerable<RootComponentMapping>)

Přidá kolekci položek do této kolekce.

Metody rozšíření

RegisterCustomElement<TComponent>(IJSComponentConfiguration, String)

Definuje kolekci RootComponentMapping položek.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript(IJSComponentConfiguration, Type, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

Označí zadaný typ komponenty jako povolený pro vytvoření instance z JavaScriptu.

Platí pro