Share via


UIPickerViewModel.GetAttributedTitle(UIPickerView, IntPtr, IntPtr) Method

Definition

Returns an attributed string that represents the title for the specified row of the specified component of pickerView.

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

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

Returns

Implements

Attributes

Applies to