Share via


BlazorWebView.RootComponents 属性

定义

实例的RootComponent集合,这些实例指定要在指定的 HostPage中直接使用的 Blazor IComponent 类型。

public:
 property Microsoft::AspNetCore::Components::WebView::Wpf::RootComponentsCollection ^ RootComponents { Microsoft::AspNetCore::Components::WebView::Wpf::RootComponentsCollection ^ get(); };
public Microsoft.AspNetCore.Components.WebView.Wpf.RootComponentsCollection RootComponents { get; }
member this.RootComponents : Microsoft.AspNetCore.Components.WebView.Wpf.RootComponentsCollection
Public ReadOnly Property RootComponents As RootComponentsCollection

属性值

适用于