NSBrowserCell Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NSBrowserCell() | |
NSBrowserCell(NSImage) | |
NSBrowserCell(NSCoder) | |
NSBrowserCell(NSObjectFlag) | |
NSBrowserCell(IntPtr) | |
NSBrowserCell(String) |
NSBrowserCell()
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
Aplica-se 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
Aplica-se a
NSBrowserCell(NSObjectFlag)
protected NSBrowserCell (Foundation.NSObjectFlag t);
new AppKit.NSBrowserCell : Foundation.NSObjectFlag -> AppKit.NSBrowserCell
Parâmetros
Aplica-se a
NSBrowserCell(IntPtr)
protected internal NSBrowserCell (IntPtr handle);
new AppKit.NSBrowserCell : nativeint -> AppKit.NSBrowserCell
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se 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