Condividi tramite


UIPickerViewModel.GetTitle(UIPickerView, nint, nint) Metodo

Definizione

Gli sviluppatori di applicazioni implementano questo metodo per fornire il titolo per la riga specificata nel componente specificato.

[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

Parametri

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

Restituisce

Attributi

Si applica a