次の方法で共有


WebRenderer.AttachRootComponentToBrowser(Int32, String) メソッド

定義

ブラウザー DOM で指定されたルート コンポーネントの場所を指定するために、フレームワークによって呼び出されます。

protected abstract void AttachRootComponentToBrowser (int componentId, string domElementSelector);
abstract member AttachRootComponentToBrowser : int * string -> unit
Protected MustOverride Sub AttachRootComponentToBrowser (componentId As Integer, domElementSelector As String)

パラメーター

componentId
Int32

コンポーネント ID。

domElementSelector
String

DOM 要素を一意に識別する CSS セレクター。

適用対象