Share via


NSOutlineView.GetChildIndex(NSObject) Method

Definition

[Foundation.Export("childIndexForItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetChildIndex(Foundation.NSObject item);
[<Foundation.Export("childIndexForItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetChildIndex : Foundation.NSObject -> nativeint
override this.GetChildIndex : Foundation.NSObject -> nativeint

Parameters

item
NSObject

Returns

IntPtr

nativeint

Attributes

Applies to