次の方法で共有


NSTableViewSource.GetRowView(NSTableView, nint) メソッド

定義

[Foundation.Export("tableView:rowViewForRow:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSTableRowView GetRowView (AppKit.NSTableView tableView, nint row);
abstract member GetRowView : AppKit.NSTableView * nint -> AppKit.NSTableRowView
override this.GetRowView : AppKit.NSTableView * nint -> AppKit.NSTableRowView

パラメーター

tableView
NSTableView
row
System.System.IntPtr System.nativeint

戻り値

属性

適用対象