NSOutlineView.SetDropItem(NSObject, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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