Compartilhar via


NSPathComponentCell Construtores

Definição

Sobrecargas

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

NSPathComponentCell()

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

Aplica-se a

NSPathComponentCell(NSCoder)

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

Parâmetros

coder
NSCoder
Atributos

Aplica-se a

NSPathComponentCell(NSObjectFlag)

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

Parâmetros

Aplica-se a

NSPathComponentCell(IntPtr)

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

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

NSPathComponentCell(String)

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

Parâmetros

aString
String
Atributos

Aplica-se a