Share via


UIPickerViewModel.GetTitle(UIPickerView, IntPtr, IntPtr) Method

Definition

The title of the specified component in the specified row.

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

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

Returns

Implements

Attributes

Applies to