Partager via


NSPathComponentCell Constructeurs

Définition

Surcharges

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

NSPathComponentCell()

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

S’applique à

NSPathComponentCell(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSPathComponentCell(NSObjectFlag)

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

Paramètres

S’applique à

NSPathComponentCell(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

NSPathComponentCell(String)

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

Paramètres

aString
String
Attributs

S’applique à