共用方式為


RootComponentsCollection(JSComponentConfigurationStore) 建構函式

定義

初始化 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)

參數

jsComponents
JSComponentConfigurationStore

啟用 JS 元件支援的組態。

適用於