Share via


IQLPreviewingController Interface

Definition

This interface represents the Objective-C protocol QLPreviewingController.

[Foundation.Protocol(Name="QLPreviewingController", WrapperType=typeof(QuickLookUI.QLPreviewingControllerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PreparePreviewOfSearchableItem", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V16) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(System.String), typeof(System.Action<Foundation.NSError>) }, Selector="preparePreviewOfSearchableItemWithIdentifier:queryString:completionHandler:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PreparePreviewOfFile", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V16) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSUrl), typeof(System.Action<Foundation.NSError>) }, Selector="preparePreviewOfFileAtURL:completionHandler:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ProvidePreview", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity2V130) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLFilePreviewRequest), typeof(System.Action<QuickLookUI.QLPreviewReply,Foundation.NSError>) }, Selector="providePreviewForFileRequest:completionHandler:")]
public interface IQLPreviewingController : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="QLPreviewingController", WrapperType=typeof(QuickLookUI.QLPreviewingControllerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PreparePreviewOfSearchableItem", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V16) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(System.String), typeof(System.String), typeof(System.Action<Foundation.NSError>) }, Selector="preparePreviewOfSearchableItemWithIdentifier:queryString:completionHandler:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PreparePreviewOfFile", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V16) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSUrl), typeof(System.Action<Foundation.NSError>) }, Selector="preparePreviewOfFileAtURL:completionHandler:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ProvidePreview", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity2V130) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(QuickLookUI.QLFilePreviewRequest), typeof(System.Action<QuickLookUI.QLPreviewReply,Foundation.NSError>) }, Selector="providePreviewForFileRequest:completionHandler:")>]
type IQLPreviewingController = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to