次の方法で共有


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
属性

適用対象