NSTextTableBlock 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- 특성