Share via


IIKSlideshowDataSource Interface

Definition

This interface represents the Objective-C protocol IKSlideshowDataSource.

[Foundation.Protocol(Name="IKSlideshowDataSource", WrapperType=typeof(ImageKit.IKSlideshowDataSourceWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItemAt", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSObject), Selector="slideshowItemAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetNameOfItemAt", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.String), Selector="nameOfSlideshowItemAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CanExportItemToApplication", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="canExportSlideshowItemAtIndex:toApplication:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStart", Selector="slideshowWillStart")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStop", Selector="slideshowDidStop")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, Selector="slideshowDidChangeCurrentIndex:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="numberOfSlideshowItems", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemCount", PropertyType=typeof(System.IntPtr), Selector="numberOfSlideshowItems")]
public interface IIKSlideshowDataSource : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="IKSlideshowDataSource", WrapperType=typeof(ImageKit.IKSlideshowDataSourceWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItemAt", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSObject), Selector="slideshowItemAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetNameOfItemAt", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.String), Selector="nameOfSlideshowItemAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CanExportItemToApplication", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(System.IntPtr), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="canExportSlideshowItemAtIndex:toApplication:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStart", Selector="slideshowWillStart")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStop", Selector="slideshowDidStop")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChange", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, Selector="slideshowDidChangeCurrentIndex:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="numberOfSlideshowItems", IsProperty=true, IsRequired=true, IsStatic=false, Name="ItemCount", PropertyType=typeof(System.IntPtr), Selector="numberOfSlideshowItems")>]
type IIKSlideshowDataSource = interface
    interface INativeObject
    interface IDisposable
Derived
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