RootComponentsCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma coleção de RootComponent itens.
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
- Herança
-
RootComponentsCollection
- Implementações
Construtores
RootComponentsCollection() |
Uma coleção de RootComponent itens. |
Propriedades
JSComponents |
Uma coleção de RootComponent itens. |
Métodos de Extensão
Add<TComponent>(RootComponentsCollection, String, IDictionary<String,Object>) |
Adiciona o componente especificado pela |
Remove(RootComponentsCollection, String) |
Remove o componente associado ao especificado |