다음을 통해 공유


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
특성

적용 대상