Partager via


NSCell Constructeurs

Définition

Surcharges

NSCell()
NSCell(NSImage)
NSCell(NSCoder)
NSCell(NSObjectFlag)
NSCell(IntPtr)
NSCell(String)

NSCell()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSCell ();
Attributs

S’applique à

NSCell(NSImage)

[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (AppKit.NSImage image);
new AppKit.NSCell : AppKit.NSImage -> AppKit.NSCell

Paramètres

image
NSImage
Attributs

S’applique à

NSCell(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSCell(NSObjectFlag)

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

Paramètres

S’applique à

NSCell(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSCell(String)

[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (string aString);
new AppKit.NSCell : string -> AppKit.NSCell

Paramètres

aString
String
Attributs

S’applique à