Edit

Share via


WKUIDelegate_Extensions.ShouldPreviewElement Method

Definition

Method that is called to find out if the element should provide a preview.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldPreviewElement (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, WebKit.WKPreviewElementInfo elementInfo);
static member ShouldPreviewElement : WebKit.IWKUIDelegate * WebKit.WKWebView * WebKit.WKPreviewElementInfo -> bool

Parameters

This
IWKUIDelegate

The instance on which this extension method operates.

webView
WKWebView
elementInfo
WKPreviewElementInfo

Returns

Attributes

Applies to