Compartilhar via


UIPickerViewModel.GetTitle(UIPickerView, nint, nint) Método

Definição

Os desenvolvedores de aplicativos implementam esse método para fornecer o título para a linha especificada no componente especificado.

[Foundation.Export("pickerView:titleForRow:forComponent:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetTitle (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member GetTitle : UIKit.UIPickerView * nint * nint -> string
override this.GetTitle : UIKit.UIPickerView * nint * nint -> string

Parâmetros

pickerView
UIPickerView
row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

Retornos

Atributos

Aplica-se a