UIPickerViewModel.GetRowsInComponent(UIPickerView, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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