共用方式為


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指定的集合,以與 所selector指定的components選取器相關聯,並以 所parameters指定的參數具現化。

Remove(RootComponentsCollection, String)

從所components指定的集合中移除與指定的 selector 相關聯元件。

適用於