IUIPickerViewDataSource.GetRowsInComponent(UIPickerView, nint) Method

Definition

The number of rows in the specified component.

[Foundation.Export("pickerView:numberOfRowsInComponent:")]
[Foundation.Preserve(Conditional=true)]
public nint GetRowsInComponent (UIKit.UIPickerView pickerView, nint component);
abstract member GetRowsInComponent : UIKit.UIPickerView * nint -> nint

Parameters

pickerView
UIPickerView
component
System.System.IntPtr System.nativeint

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to