Share via


NSBrowserDelegate.CountChildren(NSBrowser, NSObject) Method

Definition

[Foundation.Export("browser:numberOfChildrenOfItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr CountChildren(AppKit.NSBrowser browser, Foundation.NSObject item);
[<Foundation.Export("browser:numberOfChildrenOfItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CountChildren : AppKit.NSBrowser * Foundation.NSObject -> nativeint
override this.CountChildren : AppKit.NSBrowser * Foundation.NSObject -> nativeint

Parameters

browser
NSBrowser
item
NSObject

Returns

IntPtr

nativeint

Implements

Attributes

Applies to