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