WebViewManager.RemoveRootComponentAsync(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.
Supprime un composant racine précédemment attaché de la page active.
public System.Threading.Tasks.Task RemoveRootComponentAsync (string selector);
member this.RemoveRootComponentAsync : string -> System.Threading.Tasks.Task
Public Function RemoveRootComponentAsync (selector As String) As Task
Paramètres
- selector
- String
Sélecteur CSS décrivant où, dans la page, le composant a été placé. Cela doit correspondre exactement au sélecteur fourni lors d’un appel antérieur à AddRootComponentAsync(Type, String, ParameterView).