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 选择器。

适用于