NSPathComponentCell Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSPathComponentCell(NSObjectFlag)
protected NSPathComponentCell (Foundation.NSObjectFlag t);
new AppKit.NSPathComponentCell : Foundation.NSObjectFlag -> AppKit.NSPathComponentCell
Parameter
Gilt für:
NSPathComponentCell(IntPtr)
protected internal NSPathComponentCell (IntPtr handle);
new AppKit.NSPathComponentCell : nativeint -> AppKit.NSPathComponentCell
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSPathComponentCell(String)
[Foundation.Export("initTextCell:")]
public NSPathComponentCell (string aString);
new AppKit.NSPathComponentCell : string -> AppKit.NSPathComponentCell
Parameter
- aString
- String
- Attribute