Share via


NSTableRowView Constructores

Definición

Sobrecargas

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

NSTableRowView()

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

Se aplica a

NSTableRowView(CGRect)

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

Parámetros

frameRect
CGRect
Atributos

Se aplica a

NSTableRowView(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSTableRowView(NSObjectFlag)

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

Parámetros

Se aplica a

NSTableRowView(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a