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);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |