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
- 属性