UIPickerViewDelegate_Extensions.GetAttributedTitle Method

Definition

Method invoked to get an attributed string for a particular component in the picker view.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSAttributedString GetAttributedTitle (this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, nint row, nint component);
static member GetAttributedTitle : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nint * nint -> Foundation.NSAttributedString

Parameters

This
IUIPickerViewDelegate

The instance on which this extension method operates.

pickerView
UIPickerView

Reference to the view making this request.

row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to