Share via


UIPickerViewDelegate_Extensions.GetAttributedTitle Method

Definition

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

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

Parameters

pickerView
UIPickerView
row
IntPtr

nativeint

component
IntPtr

nativeint

Returns

Attributes

Applies to