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

适用于