BlazorWebView.RootComponents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實例的 RootComponent 集合,指定要直接在指定的 中使用 Blazor IComponent 型別 HostPage。
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