Share via


IUIPickerViewDataSource.GetComponentCount(UIPickerView) Method

Definition

Returns the number of components.

[Foundation.Export("numberOfComponentsInPickerView:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetComponentCount(UIKit.UIPickerView pickerView);
[<Foundation.Export("numberOfComponentsInPickerView:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetComponentCount : UIKit.UIPickerView -> nativeint
override this.GetComponentCount : UIKit.UIPickerView -> nativeint

Parameters

pickerView
UIPickerView

Returns

IntPtr

nativeint

Attributes

Applies to