Поделиться через


NSCell Конструкторы

Определение

Перегрузки

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

NSCell()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSCell ();
Атрибуты

Применяется к

NSCell(NSImage)

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

Параметры

image
NSImage
Атрибуты

Применяется к

NSCell(NSCoder)

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

Параметры

coder
NSCoder
Атрибуты

Применяется к

NSCell(NSObjectFlag)

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

Параметры

Применяется к

NSCell(IntPtr)

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

Параметры

handle
IntPtr

nativeint

Применяется к

NSCell(String)

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

Параметры

aString
String
Атрибуты

Применяется к