WebRenderer.AddRootComponent(Type, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实例化根组件并将其附加到指定元素中的浏览器。
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。