共用方式為


NSPathCell 建構函式

定義

多載

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

NSPathCell()

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

適用於

NSPathCell(NSImage)

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

參數

image
NSImage
屬性

適用於

NSPathCell(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSPathCell(NSObjectFlag)

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

參數

適用於

NSPathCell(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSPathCell(String)

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

參數

aString
String
屬性

適用於