次の方法で共有


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

適用対象