UIPickerViewModel.GetTitle(UIPickerView, IntPtr, IntPtr) 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:")]
[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