Freigeben über


NSPathCell Konstruktoren

Definition

Überlädt

NSPathCell()
NSPathCell(NSImage)
NSPathCell(NSCoder)
NSPathCell(NSObjectFlag)
NSPathCell(IntPtr)
NSPathCell(String)

NSPathCell()

[Foundation.Export("init")]
public NSPathCell ();
Attribute

Gilt für:

NSPathCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSPathCell (AppKit.NSImage image);
new AppKit.NSPathCell : AppKit.NSImage -> AppKit.NSPathCell

Parameter

image
NSImage
Attribute

Gilt für:

NSPathCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPathCell (Foundation.NSCoder coder);
new AppKit.NSPathCell : Foundation.NSCoder -> AppKit.NSPathCell

Parameter

coder
NSCoder
Attribute

Gilt für:

NSPathCell(NSObjectFlag)

protected NSPathCell (Foundation.NSObjectFlag t);
new AppKit.NSPathCell : Foundation.NSObjectFlag -> AppKit.NSPathCell

Parameter

Gilt für:

NSPathCell(IntPtr)

protected internal NSPathCell (IntPtr handle);
new AppKit.NSPathCell : nativeint -> AppKit.NSPathCell

Parameter

handle
IntPtr

nativeint

Gilt für:

NSPathCell(String)

[Foundation.Export("initTextCell:")]
public NSPathCell (string aString);
new AppKit.NSPathCell : string -> AppKit.NSPathCell

Parameter

aString
String
Attribute

Gilt für: