Partager via


NSTableCellView Constructeurs

Définition

Surcharges

NSTableCellView()
NSTableCellView(CGRect)
NSTableCellView(NSCoder)
NSTableCellView(NSObjectFlag)
NSTableCellView(IntPtr)

NSTableCellView()

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

S’applique à

NSTableCellView(CGRect)

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

Paramètres

frameRect
CGRect
Attributs

S’applique à

NSTableCellView(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSTableCellView(NSObjectFlag)

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

Paramètres

S’applique à

NSTableCellView(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à