NSBrowserCell Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- image
- NSImage
- Attributi
Si applica a
NSBrowserCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSBrowserCell (Foundation.NSCoder coder);
new AppKit.NSBrowserCell : Foundation.NSCoder -> AppKit.NSBrowserCell
Parametri
- coder
- NSCoder
- Attributi
Si applica a
NSBrowserCell(NSObjectFlag)
protected NSBrowserCell (Foundation.NSObjectFlag t);
new AppKit.NSBrowserCell : Foundation.NSObjectFlag -> AppKit.NSBrowserCell
Parametri
Si applica a
NSBrowserCell(IntPtr)
protected internal NSBrowserCell (IntPtr handle);
new AppKit.NSBrowserCell : nativeint -> AppKit.NSBrowserCell
Parametri
- handle
-
IntPtr
nativeint
Si applica 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
Parametri
- str
- String
- Attributi