xamarinmac
namespace QuickLookUI
{
[Protocol(Name = "QLPreviewPanelDataSource", WrapperType = typeof(QLPreviewPanelDataSourceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "NumberOfPreviewItemsInPreviewPanel", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(QLPreviewPanel) }, ReturnType = typeof(nint), Selector = "numberOfPreviewItemsInPreviewPanel:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PreviewItemAtIndex", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(QLPreviewPanel), typeof(nint) }, ReturnType = typeof(QLPreviewItem), Selector = "previewPanel:previewItemAtIndex:")]
public interface IQLPreviewPanelDataSource : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("previewPanel:previewItemAtIndex:")]
[Preserve(Conditional = true)]
IQLPreviewItem! PreviewItemAtIndex(QLPreviewPanel! panel, nint index);
}
}
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. |