NSFormCell 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NSFormCell() | |
NSFormCell(NSImage) | |
NSFormCell(NSCoder) | |
NSFormCell(NSObjectFlag) | |
NSFormCell(IntPtr) | |
NSFormCell(String) |
NSFormCell()
NSFormCell(NSImage)
[Foundation.Export("initImageCell:")]
public NSFormCell (AppKit.NSImage image);
new AppKit.NSFormCell : AppKit.NSImage -> AppKit.NSFormCell
參數
- image
- NSImage
- 屬性
適用於
NSFormCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (Foundation.NSCoder coder);
new AppKit.NSFormCell : Foundation.NSCoder -> AppKit.NSFormCell
參數
- coder
- NSCoder
- 屬性
適用於
NSFormCell(NSObjectFlag)
protected NSFormCell (Foundation.NSObjectFlag t);
new AppKit.NSFormCell : Foundation.NSObjectFlag -> AppKit.NSFormCell
參數
適用於
NSFormCell(IntPtr)
protected internal NSFormCell (IntPtr handle);
new AppKit.NSFormCell : nativeint -> AppKit.NSFormCell
參數
- handle
-
IntPtr
nativeint
適用於
NSFormCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
public NSFormCell (string aString);
new AppKit.NSFormCell : string -> AppKit.NSFormCell
參數
- aString
- String
- 屬性