xamarinmac
namespace ImageKit
{
    [Protocol(Name = "IKSlideshowDataSource", WrapperType = typeof(IKSlideshowDataSourceWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStart", Selector = "slideshowWillStart")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStop", Selector = "slideshowDidStop")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidChange", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, Selector = "slideshowDidChangeCurrentIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetItemAt", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(NSObject), Selector = "slideshowItemAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetNameOfItemAt", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(string), Selector = "nameOfSlideshowItemAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanExportItemToApplication", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(nint), typeof(string) }, ReturnType = typeof(bool), Selector = "canExportSlideshowItemAtIndex:toApplication:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "numberOfSlideshowItems", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ItemCount", PropertyType = typeof(nint), Selector = "numberOfSlideshowItems")]
    public interface IIKSlideshowDataSource : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("slideshowItemAtIndex:")]
        [Preserve(Conditional = true)]
        NSObject! GetItemAt(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.

  • Built-in API
  • Package-provided API

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