xamarinmac
namespace QuickLookUI
{
    [Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
    [Protocol(Name = "QLPreviewingController", WrapperType = typeof(QLPreviewingControllerWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PreparePreviewOfSearchableItem", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V11) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(string), typeof(string), typeof(Action<NSError>) }, Selector = "preparePreviewOfSearchableItemWithIdentifier:queryString:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PreparePreviewOfFile", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V11) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSUrl), typeof(Action<NSError>) }, Selector = "preparePreviewOfFileAtURL:completionHandler:")]
    public interface IQLPreviewingController : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("preparePreviewOfSearchableItemWithIdentifier:queryString:completionHandler:")]
        [Preserve(Conditional = true)]
        void PreparePreviewOfSearchableItem(string! identifier, string! queryString, [BlockProxy(typeof(NIDActionArity1V11))] Action<NSError!>! ItemLoadingHandler);
    }
}
Assembly Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
Xamarin macOS 0.0
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

04/27/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙