Compartir a través de


NSBrowserCell Constructores

Definición

Sobrecargas

NSBrowserCell()
NSBrowserCell(NSImage)
NSBrowserCell(NSCoder)
NSBrowserCell(NSObjectFlag)
NSBrowserCell(IntPtr)
NSBrowserCell(String)

NSBrowserCell()

[Foundation.Export("init")]
public NSBrowserCell ();
Atributos

Se aplica a

NSBrowserCell(NSImage)

[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (AppKit.NSImage image);
new AppKit.NSBrowserCell : AppKit.NSImage -> AppKit.NSBrowserCell

Parámetros

image
NSImage
Atributos

Se aplica a

NSBrowserCell(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSBrowserCell(NSObjectFlag)

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

Parámetros

Se aplica a

NSBrowserCell(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSBrowserCell(String)

[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (string str);
new AppKit.NSBrowserCell : string -> AppKit.NSBrowserCell

Parámetros

str
String
Atributos

Se aplica a