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
- edge
- NSTableRowActionEdge
Возвращаемое значение
- Атрибуты