WebRenderer.AddRootComponent(Type, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Instancie un composant racine et l’attache au navigateur dans l’élément spécifié.
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
Paramètres
- componentType
- Type
Type du composant.
- domElementSelector
- String
Sélecteur CSS qui identifie de manière unique un élément DOM.
Retours
ID du nouveau composant.