다음을 통해 공유


NSComboBoxCell 생성자

정의

오버로드

NSComboBoxCell()
NSComboBoxCell(NSCoder)
NSComboBoxCell(NSObjectFlag)
NSComboBoxCell(IntPtr)
NSComboBoxCell(String)

NSComboBoxCell()

[Foundation.Export("init")]
public NSComboBoxCell ();
특성

적용 대상

NSComboBoxCell(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSComboBoxCell (Foundation.NSCoder coder);
new AppKit.NSComboBoxCell : Foundation.NSCoder -> AppKit.NSComboBoxCell

매개 변수

coder
NSCoder
특성

적용 대상

NSComboBoxCell(NSObjectFlag)

protected NSComboBoxCell (Foundation.NSObjectFlag t);
new AppKit.NSComboBoxCell : Foundation.NSObjectFlag -> AppKit.NSComboBoxCell

매개 변수

적용 대상

NSComboBoxCell(IntPtr)

protected internal NSComboBoxCell (IntPtr handle);
new AppKit.NSComboBoxCell : nativeint -> AppKit.NSComboBoxCell

매개 변수

handle
IntPtr

nativeint

적용 대상

NSComboBoxCell(String)

[Foundation.Export("initTextCell:")]
public NSComboBoxCell (string aString);
new AppKit.NSComboBoxCell : string -> AppKit.NSComboBoxCell

매개 변수

aString
String
특성

적용 대상