Compartilhar via


NSCell Construtores

Definição

Sobrecargas

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

NSCell()

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

Aplica-se a

NSCell(NSImage)

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

Parâmetros

image
NSImage
Atributos

Aplica-se a

NSCell(NSCoder)

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

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSCell(NSObjectFlag)

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

Parâmetros

Aplica-se a

NSCell(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

NSCell(String)

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

Parâmetros

aString
String
Atributos

Aplica-se a