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。

适用于