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

返回

属性

适用于