NSPathComponentCell Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
NSPathComponentCell() | |
NSPathComponentCell(NSCoder) | |
NSPathComponentCell(NSObjectFlag) | |
NSPathComponentCell(IntPtr) | |
NSPathComponentCell(String) |
NSPathComponentCell()
NSPathComponentCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPathComponentCell (Foundation.NSCoder coder);
new AppKit.NSPathComponentCell : Foundation.NSCoder -> AppKit.NSPathComponentCell
Parametri
- coder
- NSCoder
- Attributi
Si applica a
NSPathComponentCell(NSObjectFlag)
protected NSPathComponentCell (Foundation.NSObjectFlag t);
new AppKit.NSPathComponentCell : Foundation.NSObjectFlag -> AppKit.NSPathComponentCell
Parametri
Si applica a
NSPathComponentCell(IntPtr)
protected internal NSPathComponentCell (IntPtr handle);
new AppKit.NSPathComponentCell : nativeint -> AppKit.NSPathComponentCell
Parametri
- handle
-
IntPtr
nativeint
Si applica a
NSPathComponentCell(String)
[Foundation.Export("initTextCell:")]
public NSPathComponentCell (string aString);
new AppKit.NSPathComponentCell : string -> AppKit.NSPathComponentCell
Parametri
- aString
- String
- Attributi