NSCell Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NSCell() | |
NSCell(NSImage) | |
NSCell(NSCoder) | |
NSCell(NSObjectFlag) | |
NSCell(IntPtr) | |
NSCell(String) |
NSCell()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSCell ();
- Attributs
S’applique à
NSCell(NSImage)
[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (AppKit.NSImage image);
new AppKit.NSCell : AppKit.NSImage -> AppKit.NSCell
Paramètres
- image
- NSImage
- Attributs
S’applique à
NSCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (Foundation.NSCoder coder);
new AppKit.NSCell : Foundation.NSCoder -> AppKit.NSCell
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSCell(NSObjectFlag)
protected NSCell (Foundation.NSObjectFlag t);
new AppKit.NSCell : Foundation.NSObjectFlag -> AppKit.NSCell
Paramètres
S’applique à
NSCell(IntPtr)
protected internal NSCell (IntPtr handle);
new AppKit.NSCell : nativeint -> AppKit.NSCell
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSCell (string aString);
new AppKit.NSCell : string -> AppKit.NSCell
Paramètres
- aString
- String
- Attributs