UIPickerViewDelegate.GetTitle(UIPickerView, nint, nint) 方法

定义

指定行中指定组件的标题。

[Foundation.Export("pickerView:titleForRow:forComponent:")]
public virtual string GetTitle (UIKit.UIPickerView pickerView, nint row, nint component);
abstract member GetTitle : UIKit.UIPickerView * nint * nint -> string
override this.GetTitle : UIKit.UIPickerView * nint * nint -> string

参数

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

返回

属性

适用于