共用方式為


NSTextTableBlock 建構函式

定義

多載

NSTextTableBlock()
已淘汰.
NSTextTableBlock(NSCoder)
NSTextTableBlock(NSObjectFlag)
NSTextTableBlock(IntPtr)
NSTextTableBlock(NSTextTable, nint, nint, nint, nint)

NSTextTableBlock()

警告

macOS 10.12 does not allow creation via this constructor

[System.Obsolete("macOS 10.12 does not allow creation via this constructor")]
public NSTextTableBlock ();
屬性

適用於

NSTextTableBlock(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTextTableBlock(NSObjectFlag)

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

參數

適用於

NSTextTableBlock(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSTextTableBlock(NSTextTable, nint, nint, nint, nint)

[Foundation.Export("initWithTable:startingRow:rowSpan:startingColumn:columnSpan:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTableBlock (AppKit.NSTextTable table, nint row, nint rowSpan, nint col, nint colSpan);
new AppKit.NSTextTableBlock : AppKit.NSTextTable * nint * nint * nint * nint -> AppKit.NSTextTableBlock

參數

table
NSTextTable
row
System.System.IntPtr System.nativeint
rowSpan
System.System.IntPtr System.nativeint
col
System.System.IntPtr System.nativeint
colSpan
System.System.IntPtr System.nativeint
屬性

適用於