다음을 통해 공유


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 .

적용 대상