次の方法で共有


NSTableViewDelegate.RowActions メソッド

定義

[Foundation.Export("tableView:rowActionsForRow:edge:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSTableViewRowAction[] RowActions (AppKit.NSTableView tableView, nint row, AppKit.NSTableRowActionEdge edge);
abstract member RowActions : AppKit.NSTableView * nint * AppKit.NSTableRowActionEdge -> AppKit.NSTableViewRowAction[]
override this.RowActions : AppKit.NSTableView * nint * AppKit.NSTableRowActionEdge -> AppKit.NSTableViewRowAction[]

パラメーター

tableView
NSTableView
row
System.System.IntPtr System.nativeint

戻り値

属性

適用対象