Share via


UIPickerViewDelegate_Extensions.GetAttributedTitle Método

Definición

Método invocado para obtener una cadena con atributos para un componente determinado en la vista del selector.

[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

Parámetros

This
IUIPickerViewDelegate

Instancia en la que opera este método de extensión.

pickerView
UIPickerView

Referencia a la vista que realiza esta solicitud.

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

Devoluciones

Atributos

Se aplica a