NSTokenFieldCell Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSTokenFieldCell(NSObjectFlag)
protected NSTokenFieldCell (Foundation.NSObjectFlag t);
new AppKit.NSTokenFieldCell : Foundation.NSObjectFlag -> AppKit.NSTokenFieldCell
Parâmetros
Aplica-se a
NSTokenFieldCell(IntPtr)
protected internal NSTokenFieldCell (IntPtr handle);
new AppKit.NSTokenFieldCell : nativeint -> AppKit.NSTokenFieldCell
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSTokenFieldCell(String)
[Foundation.Export("initTextCell:")]
public NSTokenFieldCell (string aString);
new AppKit.NSTokenFieldCell : string -> AppKit.NSTokenFieldCell
Parâmetros
- aString
- String
- Atributos