Share via


INSComboBoxCellDataSource.ObjectValueForItem(NSComboBoxCell, IntPtr) Method

Definition

[Foundation.Export("comboBoxCell:objectValueForItemAtIndex:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject ObjectValueForItem(AppKit.NSComboBoxCell comboBox, IntPtr index);
[<Foundation.Export("comboBoxCell:objectValueForItemAtIndex:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObjectValueForItem : AppKit.NSComboBoxCell * nativeint -> Foundation.NSObject
override this.ObjectValueForItem : AppKit.NSComboBoxCell * nativeint -> Foundation.NSObject

Parameters

comboBox
NSComboBoxCell
index
IntPtr

nativeint

Returns

Attributes

Applies to