NSTableRowView 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NSTableRowView() | |
NSTableRowView(CGRect) | |
NSTableRowView(NSCoder) | |
NSTableRowView(NSObjectFlag) | |
NSTableRowView(IntPtr) |
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