Share via


NSOutlineViewDelegate_Extensions.ShouldShowOutlineCell Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldShowOutlineCell(this AppKit.INSOutlineViewDelegate This, AppKit.NSOutlineView outlineView, Foundation.NSObject item);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldShowOutlineCell : AppKit.INSOutlineViewDelegate * AppKit.NSOutlineView * Foundation.NSObject -> bool

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Attributes

Applies to