Condividi tramite


RootComponentsCollection Classe

Definizione

Raccolta di RootComponent elementi.

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
Ereditarietà
RootComponentsCollection
Implementazioni

Costruttori

RootComponentsCollection()

Raccolta di RootComponent elementi.

Proprietà

JSComponents

Raccolta di RootComponent elementi.

Metodi di estensione

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

Aggiunge il componente specificato da TComponent alla raccolta specificata da components per essere associato al selettore specificato da selector e per essere creata un'istanza con i parametri specificati da parameters.

Remove(RootComponentsCollection, String)

Rimuove il componente associato all'oggetto specificato selector dalla raccolta specificata da components .

Si applica a