다음을 통해 공유


WKUIDelegate_Extensions.DidClose(IWKUIDelegate, WKWebView) 메서드

정의

닫을 때 webView 호출되는 메서드입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static void DidClose (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView);
static member DidClose : WebKit.IWKUIDelegate * WebKit.WKWebView -> unit

매개 변수

This
IWKUIDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

webView
WKWebView
특성

적용 대상