NavigationWindow.StopLoading 메서드

정의

현재 탐색 요청에 대한 콘텐츠의 추가 다운로드를 중지합니다.

public:
 virtual void StopLoading();
public:
 void StopLoading();
public void StopLoading();
abstract member StopLoading : unit -> unit
override this.StopLoading : unit -> unit
member this.StopLoading : unit -> unit
Public Sub StopLoading ()

예제

다음 예제에서는 다운로드가 StopLoading 완료되기 전에 메서드를 호출하여 콘텐츠에 대한 탐색을 중지하는 방법을 보여줍니다.

void navigateStopButton_Click(object sender, RoutedEventArgs e)
{
    this.StopLoading();
}
Private Sub navigateStopButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
    Me.StopLoading()
End Sub

설명

StopLoading 요청된 콘텐츠의 다운로드를 중지하고 NavigationStopped 이벤트가 발생합니다.

NavigationService.StopLoading을(를) 참조하세요.

적용 대상

추가 정보