NSTableViewSearchString 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public delegate nint NSTableViewSearchString(NSTableView tableView, nint startRow, nint endRow, string searchString);
type NSTableViewSearchString = delegate of NSTableView * nint * nint * string -> nint
パラメーター
- tableView
- NSTableView
- startRow
- System.System.IntPtr System.nativeint
- endRow
- System.System.IntPtr System.nativeint
- searchString
- String
戻り値
System.System.IntPtr
System.nativeint