WKUIDelegate_Extensions.ShouldPreviewElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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