共用方式為


NSGridCell 建構函式

定義

多載

NSGridCell(NSCoder)
NSGridCell(NSObjectFlag)
NSGridCell(IntPtr)

NSGridCell(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSGridCell(NSObjectFlag)

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

參數

適用於

NSGridCell(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於