Share via


UIPickerViewModel.GetAttributedTitle(UIPickerView, nint, nint) 方法

定义

返回一个特性化字符串,该字符串表示 的指定组件的指定行的 pickerView标题。

[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

参数

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

返回

属性

适用于