Поделиться через


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
Атрибуты

Применяется к