RootComponentsCollection Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 |
Remove(RootComponentsCollection, String) |
Odebere komponentu přidruženou k zadanému |