UIPickerViewDelegate_Extensions.GetTitle Method

Definition

The title of the specified component in the specified row.

public static string GetTitle (this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, nint row, nint component);
static member GetTitle : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nint * nint -> string

Parameters

This
IUIPickerViewDelegate

The instance on which this extension method operates.

pickerView
UIPickerView
row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

Returns

Applies to