UIPickerViewDelegate_Extensions.GetAttributedTitle 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.
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
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