次の方法で共有


WebViewManager.RemoveRootComponentAsync(String) メソッド

定義

現在のページから、以前にアタッチされたルート コンポーネントを削除します。

public System.Threading.Tasks.Task RemoveRootComponentAsync (string selector);
member this.RemoveRootComponentAsync : string -> System.Threading.Tasks.Task
Public Function RemoveRootComponentAsync (selector As String) As Task

パラメーター

selector
String

ページ内のコンポーネントが配置された場所を説明する CSS セレクター。 これは、 の以前の呼び出しで提供されたセレクターと完全に一致している AddRootComponentAsync(Type, String, ParameterView)必要があります。

戻り値

適用対象