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