Share via


IKImageBrowserDataSource.MoveItems Method

Definition

[Foundation.Export("imageBrowser:moveItemsAtIndexes:toIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool MoveItems(ImageKit.IKImageBrowserView aBrowser, Foundation.NSIndexSet indexes, IntPtr destinationIndex);
[<Foundation.Export("imageBrowser:moveItemsAtIndexes:toIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveItems : ImageKit.IKImageBrowserView * Foundation.NSIndexSet * nativeint -> bool
override this.MoveItems : ImageKit.IKImageBrowserView * Foundation.NSIndexSet * nativeint -> bool

Parameters

indexes
NSIndexSet
destinationIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to