共用方式為


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

傳回

屬性

適用於