Compartir a través de


RootComponentsCollection Clase

Definición

Colección de RootComponent elementos.

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
Herencia
RootComponentsCollection
Implementaciones

Constructores

RootComponentsCollection()

Colección de RootComponent elementos.

Propiedades

JSComponents

Colección de RootComponent elementos.

Métodos de extensión

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

Agrega el componente especificado por TComponent a la colección especificada por components para asociarse con el selector especificado por selector y para crear instancias de con los parámetros especificados por parameters.

Remove(RootComponentsCollection, String)

Quita el componente asociado al especificado selector de la colección especificada por components .

Se aplica a