NSDatePickerCell 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
NSDatePickerCell() | |
NSDatePickerCell(NSImage) | |
NSDatePickerCell(NSCoder) | |
NSDatePickerCell(NSObjectFlag) | |
NSDatePickerCell(IntPtr) | |
NSDatePickerCell(String) |
NSDatePickerCell()
NSDatePickerCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSDatePickerCell (AppKit.NSImage image);
new AppKit.NSDatePickerCell : AppKit.NSImage -> AppKit.NSDatePickerCell
Paramètres
- image
- NSImage
- Attributs
S’applique à
NSDatePickerCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSDatePickerCell (Foundation.NSCoder coder);
new AppKit.NSDatePickerCell : Foundation.NSCoder -> AppKit.NSDatePickerCell
Paramètres
- coder
- NSCoder
- Attributs
S’applique à
NSDatePickerCell(NSObjectFlag)
protected NSDatePickerCell (Foundation.NSObjectFlag t);
new AppKit.NSDatePickerCell : Foundation.NSObjectFlag -> AppKit.NSDatePickerCell
Paramètres
S’applique à
NSDatePickerCell(IntPtr)
protected internal NSDatePickerCell (IntPtr handle);
new AppKit.NSDatePickerCell : nativeint -> AppKit.NSDatePickerCell
Paramètres
- handle
-
IntPtr
nativeint
S’applique à
NSDatePickerCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSDatePickerCell (string aString);
new AppKit.NSDatePickerCell : string -> AppKit.NSDatePickerCell
Paramètres
- aString
- String
- Attributs