Freigeben über


UIPickerViewModel.GetAttributedTitle(UIPickerView, nint, nint) Methode

Definition

Gibt eine attributierte Zeichenfolge zurück, die den Titel für die angegebene Zeile der angegebenen Komponente von pickerViewdarstellt.

[Foundation.Export("pickerView:attributedTitleForRow:forComponent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSAttributedString GetAttributedTitle (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member GetAttributedTitle : UIKit.UIPickerView * nint * nint -> Foundation.NSAttributedString
override this.GetAttributedTitle : UIKit.UIPickerView * nint * nint -> Foundation.NSAttributedString

Parameter

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

Gibt zurück

Attribute

Gilt für: