WebRenderer.AttachRootComponentToBrowser(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由框架调用,为浏览器 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 选择器。