WebRenderer.AddRootComponent(Type, String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a root component and attaches it to the browser within the specified element.
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
	Parameters
- componentType
 - Type
 
The type of the component.
- domElementSelector
 - String
 
A CSS selector that uniquely identifies a DOM element.
Returns
The new component ID.