Share via


IQLPreviewControllerDelegate.ShouldOpenUrl Method

Definition

[Foundation.Export("previewController:shouldOpenURL:forPreviewItem:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldOpenUrl(QuickLook.QLPreviewController controller, Foundation.NSUrl url, QuickLook.IQLPreviewItem item);
[<Foundation.Export("previewController:shouldOpenURL:forPreviewItem:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldOpenUrl : QuickLook.QLPreviewController * Foundation.NSUrl * QuickLook.IQLPreviewItem -> bool
override this.ShouldOpenUrl : QuickLook.QLPreviewController * Foundation.NSUrl * QuickLook.IQLPreviewItem -> bool

Parameters

controller
QLPreviewController
url
NSUrl

Returns

Attributes

Applies to