Share via


NSPopUpButtonCell.IndexOfItemWithRepresentedObject(NSObject) Method

Definition

[Foundation.Export("indexOfItemWithRepresentedObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr IndexOfItemWithRepresentedObject(Foundation.NSObject obj);
[<Foundation.Export("indexOfItemWithRepresentedObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexOfItemWithRepresentedObject : Foundation.NSObject -> nativeint
override this.IndexOfItemWithRepresentedObject : Foundation.NSObject -> nativeint

Parameters

obj
NSObject

Returns

IntPtr

nativeint

Attributes

Applies to