NSTableViewDelegate.GetNextTypeSelectMatch 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("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