WebRenderer.AddRootComponent(Type, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ルート コンポーネントをインスタンス化し、指定した要素内のブラウザーにアタッチします。
protected internal int AddRootComponent (Type componentType, string domElementSelector);
member this.AddRootComponent : Type * string -> int
Protected Friend Function AddRootComponent (componentType As Type, domElementSelector As String) As Integer
パラメーター
- componentType
- Type
コンポーネントの種類です。
- domElementSelector
- String
DOM 要素を一意に識別する CSS セレクター。
戻り値
新しいコンポーネント ID。