Share via


NSOutlineView.SetDropItem(NSObject, IntPtr) Method

Definition

[Foundation.Export("setDropItem:dropChildIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDropItem(Foundation.NSObject? item, IntPtr index);
[<Foundation.Export("setDropItem:dropChildIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDropItem : Foundation.NSObject * nativeint -> unit
override this.SetDropItem : Foundation.NSObject * nativeint -> unit

Parameters

item
NSObject
index
IntPtr

nativeint

Attributes

Applies to