다음을 통해 공유


RootComponentsCollection 클래스

정의

항목의 RootComponent 컬렉션입니다.

public ref class RootComponentsCollection : System::Collections::ObjectModel::ObservableCollection<Microsoft::AspNetCore::Components::WebView::Wpf::RootComponent ^>, Microsoft::AspNetCore::Components::Web::IJSComponentConfiguration
public class RootComponentsCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.Wpf.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()

항목의 RootComponent 컬렉션입니다.

속성

JSComponents

항목의 RootComponent 컬렉션입니다.

적용 대상