Share via


UIPickerViewDelegate_Extensions.GetTitle Method

Definition

The title of the specified component in the specified row.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string? GetTitle(this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, IntPtr row, IntPtr component);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTitle : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nativeint * nativeint -> string

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

Returns

Attributes

Applies to