共用方式為


UIPickerViewDelegate_Extensions.GetAttributedTitle 方法

定義

叫用方法,以取得選擇器檢視中特定元件的屬性字串。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSAttributedString GetAttributedTitle(this UIKit.IUIPickerViewDelegate This, UIKit.UIPickerView pickerView, nint row, nint component);
static member GetAttributedTitle : UIKit.IUIPickerViewDelegate * UIKit.UIPickerView * nint * nint -> Foundation.NSAttributedString

參數

This
IUIPickerViewDelegate

這個擴充方法運作所在的 實例。

pickerView
UIPickerView

提出此要求之檢視的參考。

row
System.System.IntPtr System.nativeint
component
System.System.IntPtr System.nativeint

傳回

屬性

適用於