Share via


NSTreeController.SetSelectionIndexPaths(NSIndexPath[]) Method

Definition

[Foundation.Export("setSelectionIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual bool SetSelectionIndexPaths(Foundation.NSIndexPath[] indexPaths);
[<Foundation.Export("setSelectionIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetSelectionIndexPaths : Foundation.NSIndexPath[] -> bool
override this.SetSelectionIndexPaths : Foundation.NSIndexPath[] -> bool

Parameters

indexPaths
NSIndexPath[]

Returns

Attributes

Applies to