Share via


NSOutlineViewDataSource.GetChild(NSOutlineView, IntPtr, NSObject) Method

Definition

[Foundation.Export("outlineView:child:ofItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject GetChild(AppKit.NSOutlineView outlineView, IntPtr childIndex, Foundation.NSObject? item);
[<Foundation.Export("outlineView:child:ofItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetChild : AppKit.NSOutlineView * nativeint * Foundation.NSObject -> Foundation.NSObject
override this.GetChild : AppKit.NSOutlineView * nativeint * Foundation.NSObject -> Foundation.NSObject

Parameters

outlineView
NSOutlineView
childIndex
IntPtr

nativeint

item
NSObject

Returns

Implements

Attributes

Applies to