NSTableViewDelegate.GetNextTypeSelectMatch Method

Definition

[Foundation.Export("tableView:nextTypeSelectMatchFromRow:toRow:forString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetNextTypeSelectMatch(AppKit.NSTableView tableView, IntPtr startRow, IntPtr endRow, string searchString);
[<Foundation.Export("tableView:nextTypeSelectMatchFromRow:toRow:forString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetNextTypeSelectMatch : AppKit.NSTableView * nativeint * nativeint * string -> nativeint
override this.GetNextTypeSelectMatch : AppKit.NSTableView * nativeint * nativeint * string -> nativeint

Parameters

tableView
NSTableView
startRow
IntPtr

nativeint

endRow
IntPtr

nativeint

searchString
String

Returns

IntPtr

nativeint

Implements

Attributes

Applies to