NavigationManager.NotifyLocationChangingAsync(String, String, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
등록된 처리기에 현재 위치 변경에 대해 알 수 있습니다.
protected System.Threading.Tasks.ValueTask<bool> NotifyLocationChangingAsync (string uri, string? state, bool isNavigationIntercepted);
member this.NotifyLocationChangingAsync : string * string * bool -> System.Threading.Tasks.ValueTask<bool>
Protected Function NotifyLocationChangingAsync (uri As String, state As String, isNavigationIntercepted As Boolean) As ValueTask(Of Boolean)
매개 변수
- uri
- String
대상 URI입니다. 절대 또는 기본 URI를 기준으로 할 수 있습니다.
- state
- String
대상 기록 항목과 연결된 상태입니다.
- isNavigationIntercepted
- Boolean
이 탐색이 링크에서 가로채졌는지 여부입니다.
반환
ValueTask<TResult> 작업의 완료를 나타내는 입니다. 결과가 이 true
면 탐색이 계속되어야 합니다.