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