QLPreviewControllerDelegate.ShouldOpenUrl 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.
[Foundation.Export("previewController:shouldOpenURL:forPreviewItem:")]
public virtual bool ShouldOpenUrl (QuickLook.QLPreviewController controller, Foundation.NSUrl url, QuickLook.IQLPreviewItem item);
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
- item
- IQLPreviewItem
Returns
- Attributes