다음을 통해 공유


NSTableViewSearchString 대리자

정의

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

적용 대상