NSOutlineViewDataSource.GetChild(NSOutlineView, nint, NSObject) Method

Definition

[Foundation.Export("outlineView:child:ofItem:")]
public virtual Foundation.NSObject GetChild (AppKit.NSOutlineView outlineView, nint childIndex, Foundation.NSObject item);
abstract member GetChild : AppKit.NSOutlineView * nint * Foundation.NSObject -> Foundation.NSObject
override this.GetChild : AppKit.NSOutlineView * nint * Foundation.NSObject -> Foundation.NSObject

Parameters

outlineView
NSOutlineView
childIndex
System.System.IntPtr System.nativeint
item
NSObject

Returns

Attributes

Applies to