UIPickerViewDelegate.GetTitle(UIPickerView, nint, nint) 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 title of the specified component in the specified row.
[Foundation.Export("pickerView:titleForRow:forComponent:")]
public virtual string GetTitle (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member GetTitle : UIKit.UIPickerView * nint * nint -> string
override this.GetTitle : UIKit.UIPickerView * nint * nint -> string
Parameters
- pickerView
- UIPickerView
- row
- System.System.IntPtr System.nativeint
- component
- System.System.IntPtr System.nativeint
Returns
- Attributes