Partager via


NSTableRowView Constructeurs

Définition

Surcharges

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

NSTableRowView()

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

S’applique à

NSTableRowView(CGRect)

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

Paramètres

frameRect
CGRect
Attributs

S’applique à

NSTableRowView(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSTableRowView(NSObjectFlag)

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

Paramètres

S’applique à

NSTableRowView(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à