WebRenderer.AddRootComponent(Type, String) メソッド

定義

ルート コンポーネントをインスタンス化し、指定した要素内のブラウザーにアタッチします。

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。

適用対象