共用方式為


NSTableView 建構函式

定義

多載

NSTableView()
NSTableView(CGRect)
NSTableView(NSCoder)
NSTableView(NSObjectFlag)
NSTableView(IntPtr)

NSTableView()

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

適用於

NSTableView(CGRect)

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

參數

frameRect
CGRect
屬性

適用於

NSTableView(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTableView(NSObjectFlag)

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

參數

適用於

NSTableView(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於