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
属性

适用于