NSPathComponentCell 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
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
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSPathComponentCell(NSObjectFlag)
protected NSPathComponentCell (Foundation.NSObjectFlag t);
new AppKit.NSPathComponentCell : Foundation.NSObjectFlag -> AppKit.NSPathComponentCell
Parameters
Applies to
NSPathComponentCell(IntPtr)
protected internal NSPathComponentCell (IntPtr handle);
new AppKit.NSPathComponentCell : nativeint -> AppKit.NSPathComponentCell
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSPathComponentCell(String)
[Foundation.Export("initTextCell:")]
public NSPathComponentCell (string aString);
new AppKit.NSPathComponentCell : string -> AppKit.NSPathComponentCell
Parameters
- aString
- String
- Attributes