NSTokenFieldCell Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTokenFieldCell(NSObjectFlag)
protected NSTokenFieldCell (Foundation.NSObjectFlag t);
new AppKit.NSTokenFieldCell : Foundation.NSObjectFlag -> AppKit.NSTokenFieldCell
Parameters
Applies to
NSTokenFieldCell(IntPtr)
protected internal NSTokenFieldCell (IntPtr handle);
new AppKit.NSTokenFieldCell : nativeint -> AppKit.NSTokenFieldCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSTokenFieldCell(String)
[Foundation.Export("initTextCell:")]
public NSTokenFieldCell (string aString);
new AppKit.NSTokenFieldCell : string -> AppKit.NSTokenFieldCell
Parameters
- aString
- String
- Attributes