Sdílet prostřednictvím


RootComponentsCollection Třída

Definice

Kolekce RootComponent položek.

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
Dědičnost
RootComponentsCollection
Implementuje

Konstruktory

RootComponentsCollection()

Kolekce RootComponent položek.

Vlastnosti

JSComponents

Kolekce RootComponent položek.

Metody rozšíření

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

Přidá komponentu určenou nástrojem TComponent do kolekce určené parametrem , components která má být přidružena k selektoru určenému nástrojem selector a vytvoří instanci s parametry určenými parametrem parameters.

Remove(RootComponentsCollection, String)

Odebere komponentu přidruženou k zadanému selector objektu z kolekce určené parametrem components .

Platí pro