Compartilhar via


RootComponentsCollection(JSComponentConfigurationStore) Construtor

Definição

Inicializa uma nova instância de RootComponentsCollection.

public:
 RootComponentsCollection(Microsoft::AspNetCore::Components::Web::JSComponentConfigurationStore ^ jsComponents);
public RootComponentsCollection (Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore jsComponents);
new Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection : Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore -> Microsoft.AspNetCore.Components.WebView.Maui.RootComponentsCollection
Public Sub New (jsComponents As JSComponentConfigurationStore)

Parâmetros

jsComponents
JSComponentConfigurationStore

Configuração para habilitar o suporte a componentes JS.

Aplica-se a