NSBrowserDelegate.CountChildren(NSBrowser, NSObject) 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("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