NSBrowserCell 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NSBrowserCell() | |
NSBrowserCell(NSImage) | |
NSBrowserCell(NSCoder) | |
NSBrowserCell(NSObjectFlag) | |
NSBrowserCell(IntPtr) | |
NSBrowserCell(String) |
NSBrowserCell()
NSBrowserCell(NSImage)
[Foundation.Export("initImageCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (AppKit.NSImage image);
new AppKit.NSBrowserCell : AppKit.NSImage -> AppKit.NSBrowserCell
参数
- image
- NSImage
- 属性
适用于
NSBrowserCell(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSBrowserCell (Foundation.NSCoder coder);
new AppKit.NSBrowserCell : Foundation.NSCoder -> AppKit.NSBrowserCell
参数
- coder
- NSCoder
- 属性
适用于
NSBrowserCell(NSObjectFlag)
protected NSBrowserCell (Foundation.NSObjectFlag t);
new AppKit.NSBrowserCell : Foundation.NSObjectFlag -> AppKit.NSBrowserCell
参数
适用于
NSBrowserCell(IntPtr)
protected internal NSBrowserCell (IntPtr handle);
new AppKit.NSBrowserCell : nativeint -> AppKit.NSBrowserCell
参数
- handle
-
IntPtr
nativeint
适用于
NSBrowserCell(String)
[Foundation.Export("initTextCell:")]
[ObjCRuntime.DesignatedInitializer]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public NSBrowserCell (string str);
new AppKit.NSBrowserCell : string -> AppKit.NSBrowserCell
参数
- str
- String
- 属性