다음을 통해 공유


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)에서 제공된 선택기와 정확히 일치해야 합니다.

반환

적용 대상