NSTextTableBlock Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSTextTableBlock() |
Veraltet.
|
NSTextTableBlock(NSCoder) | |
NSTextTableBlock(NSObjectFlag) | |
NSTextTableBlock(IntPtr) | |
NSTextTableBlock(NSTextTable, nint, nint, nint, nint) |
NSTextTableBlock()
Achtung
macOS 10.12 does not allow creation via this constructor
[System.Obsolete("macOS 10.12 does not allow creation via this constructor")]
public NSTextTableBlock ();
- Attribute
Gilt für:
NSTextTableBlock(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTableBlock (Foundation.NSCoder coder);
new AppKit.NSTextTableBlock : Foundation.NSCoder -> AppKit.NSTextTableBlock
Parameter
- coder
- NSCoder
- Attribute
Gilt für:
NSTextTableBlock(NSObjectFlag)
protected NSTextTableBlock (Foundation.NSObjectFlag t);
new AppKit.NSTextTableBlock : Foundation.NSObjectFlag -> AppKit.NSTextTableBlock
Parameter
Gilt für:
NSTextTableBlock(IntPtr)
protected internal NSTextTableBlock (IntPtr handle);
new AppKit.NSTextTableBlock : nativeint -> AppKit.NSTextTableBlock
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
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
Parameter
- 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
- Attribute