IQLPreviewingController 接口

定义

[Foundation.Protocol(Name="QLPreviewingController", WrapperType=typeof(QuickLook.QLPreviewingControllerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IQLPreviewingController : IDisposable, ObjCRuntime.INativeObject
type IQLPreviewingController = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

PreparePreviewOfFile(IQLPreviewingController, NSUrl, Action<NSError>)
PreparePreviewOfSearchableItem(IQLPreviewingController, String, String, Action<NSError>)

适用于