次の方法で共有


NSPathComponentCell コンストラクター

定義

オーバーロード

NSPathComponentCell()
NSPathComponentCell(NSCoder)
NSPathComponentCell(NSObjectFlag)
NSPathComponentCell(IntPtr)
NSPathComponentCell(String)

NSPathComponentCell()

[Foundation.Export("init")]
public NSPathComponentCell();
属性

適用対象

NSPathComponentCell(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSPathComponentCell(NSObjectFlag)

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

パラメーター

適用対象

NSPathComponentCell(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSPathComponentCell(String)

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

パラメーター

aString
String
属性

適用対象