Share via


RootComponentsCollection 類別

定義

專案的集合 RootComponent

public ref class RootComponentsCollection : System::Collections::ObjectModel::ObservableCollection<Microsoft::AspNetCore::Components::WebView::Maui::RootComponent ^>, Microsoft::AspNetCore::Components::Web::IJSComponentConfiguration
public class RootComponentsCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.Maui.RootComponent>, Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration
type RootComponentsCollection = class
    inherit ObservableCollection<RootComponent>
    interface IJSComponentConfiguration
Public Class RootComponentsCollection
Inherits ObservableCollection(Of RootComponent)
Implements IJSComponentConfiguration
繼承
RootComponentsCollection
實作

建構函式

RootComponentsCollection(JSComponentConfigurationStore)

初始化 RootComponentsCollection 的新執行個體。

屬性

JSComponents

專案的集合 RootComponent

適用於