RootComponentsCollection 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
项的 RootComponent 集合。
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
		- 继承
 - 
				RootComponentsCollection
 
- 实现
 
构造函数
| RootComponentsCollection() | 
		 项的 RootComponent 集合。  | 
        	
属性
| JSComponents | 
		 项的 RootComponent 集合。  | 
        	
扩展方法
| Add<TComponent>(RootComponentsCollection, String, IDictionary<String,Object>) | 
		 将 指定的   | 
        	
| Remove(RootComponentsCollection, String) | 
		 从 指定的集合  |