다음을 통해 공유


NSTableViewColumnRowString 대리자

정의

public delegate string NSTableViewColumnRowString(NSTableView tableView, NSTableColumn tableColumn, nint row);
type NSTableViewColumnRowString = delegate of NSTableView * NSTableColumn * nint -> string

매개 변수

tableView
NSTableView
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

반환 값

적용 대상