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>)

適用対象