RootComponentsCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |
Remove(RootComponentsCollection, String) |
Quita el componente asociado al especificado |