RootComponentsCollection 类

定义

项的 RootComponent 集合。

public ref class RootComponentsCollection : System::Collections::ObjectModel::ObservableCollection<Microsoft::AspNetCore::Components::WebView::WindowsForms::RootComponent ^>, Microsoft::AspNetCore::Components::Web::IJSComponentConfiguration
public class RootComponentsCollection : System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.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 集合。

扩展方法

Add<TComponent>(RootComponentsCollection, String, IDictionary<String,Object>)

将 指定的 TComponent 组件添加到 由 components 指定的集合中,以便与 指定的 selector 选择器相关联,并使用 指定的 parameters参数实例化。

Remove(RootComponentsCollection, String)

从 指定的集合components中删除与指定的 selector 关联的组件。

适用于