Partager via


WebViewManager.RemoveRootComponentAsync(String) Méthode

Définition

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).

Retours

S’applique à