WebRenderer.AttachRootComponentToBrowser(Int32, 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.
Appelé par l’infrastructure pour donner un emplacement pour le composant racine spécifié dans le DOM du navigateur.
protected abstract void AttachRootComponentToBrowser (int componentId, string domElementSelector);
abstract member AttachRootComponentToBrowser : int * string -> unit
Protected MustOverride Sub AttachRootComponentToBrowser (componentId As Integer, domElementSelector As String)
Paramètres
- componentId
- Int32
ID du composant.
- domElementSelector
- String
Sélecteur CSS qui identifie de manière unique un élément DOM.