IIKImageBrowserDataSource Interface

Definition

This interface represents the Objective-C protocol IKImageBrowserDataSource.

[Foundation.Protocol(IsInformal=true, Name="IKImageBrowserDataSource", WrapperType=typeof(ImageKit.IKImageBrowserDataSourceWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ItemCount", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, ReturnType=typeof(System.IntPtr), Selector="numberOfItemsInImageBrowser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, ReturnType=typeof(ImageKit.IIKImageBrowserItem), Selector="imageBrowser:itemAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RemoveItems", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet) }, Selector="imageBrowser:removeItemsAtIndexes:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MoveItems", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet), typeof(System.IntPtr) }, ReturnType=typeof(System.Boolean), Selector="imageBrowser:moveItemsAtIndexes:toIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteItemsToPasteboard", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet), typeof(AppKit.NSPasteboard) }, ReturnType=typeof(System.IntPtr), Selector="imageBrowser:writeItemsAtIndexes:toPasteboard:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GroupCount", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, ReturnType=typeof(System.IntPtr), Selector="numberOfGroupsInImageBrowser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetGroup", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSDictionary), Selector="imageBrowser:groupAtIndex:")]
public interface IIKImageBrowserDataSource : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(IsInformal=true, Name="IKImageBrowserDataSource", WrapperType=typeof(ImageKit.IKImageBrowserDataSourceWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ItemCount", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, ReturnType=typeof(System.IntPtr), Selector="numberOfItemsInImageBrowser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, ReturnType=typeof(ImageKit.IIKImageBrowserItem), Selector="imageBrowser:itemAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RemoveItems", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet) }, Selector="imageBrowser:removeItemsAtIndexes:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MoveItems", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet), typeof(System.IntPtr) }, ReturnType=typeof(System.Boolean), Selector="imageBrowser:moveItemsAtIndexes:toIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteItemsToPasteboard", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(Foundation.NSIndexSet), typeof(AppKit.NSPasteboard) }, ReturnType=typeof(System.IntPtr), Selector="imageBrowser:writeItemsAtIndexes:toPasteboard:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GroupCount", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView) }, ReturnType=typeof(System.IntPtr), Selector="numberOfGroupsInImageBrowser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetGroup", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ImageKit.IKImageBrowserView), typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSDictionary), Selector="imageBrowser:groupAtIndex:")>]
type IIKImageBrowserDataSource = 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