RootComponent 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述可新增至 的 BlazorWebView根元件。
public ref class RootComponent
public class RootComponent
type RootComponent = class
Public Class RootComponent
- 繼承
-
RootComponent
建構函式
RootComponent() |
描述可新增至 的 BlazorWebView根元件。 |
屬性
ComponentType |
取得或設定根元件的型別。 此類型必須實作 IComponent。 |
Parameters |
取得或設定要傳遞至根元件的選擇性參數位典。 |
Selector |
取得或設定 CSS 選取器字串,指定應該放置元件之檔中的位置。 這在內的根元件之間必須是唯一 BlazorWebView的。 |