Share via


UIPickerViewModel.GetRowsInComponent(UIPickerView, IntPtr) Method

Definition

The number of rows in the specified component.

[Foundation.Export("pickerView:numberOfRowsInComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetRowsInComponent(UIKit.UIPickerView pickerView, IntPtr component);
[<Foundation.Export("pickerView:numberOfRowsInComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowsInComponent : UIKit.UIPickerView * nativeint -> nativeint
override this.GetRowsInComponent : UIKit.UIPickerView * nativeint -> nativeint

Parameters

pickerView
UIPickerView
component
IntPtr

nativeint

Returns

IntPtr

nativeint

Implements

Attributes

Applies to