共用方式為


NSTableRowView 建構函式

定義

多載

NSTableRowView()
NSTableRowView(CGRect)
NSTableRowView(NSCoder)
NSTableRowView(NSObjectFlag)
NSTableRowView(IntPtr)

NSTableRowView()

[Foundation.Export("init")]
public NSTableRowView ();
屬性

適用於

NSTableRowView(CGRect)

[Foundation.Export("initWithFrame:")]
public NSTableRowView (CoreGraphics.CGRect frameRect);
new AppKit.NSTableRowView : CoreGraphics.CGRect -> AppKit.NSTableRowView

參數

frameRect
CGRect
屬性

適用於

NSTableRowView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTableRowView (Foundation.NSCoder coder);
new AppKit.NSTableRowView : Foundation.NSCoder -> AppKit.NSTableRowView

參數

coder
NSCoder
屬性

適用於

NSTableRowView(NSObjectFlag)

protected NSTableRowView (Foundation.NSObjectFlag t);
new AppKit.NSTableRowView : Foundation.NSObjectFlag -> AppKit.NSTableRowView

參數

適用於

NSTableRowView(IntPtr)

protected internal NSTableRowView (IntPtr handle);
new AppKit.NSTableRowView : nativeint -> AppKit.NSTableRowView

參數

handle
IntPtr

nativeint

適用於