次の方法で共有


UIPickerViewModel.GetTitle(UIPickerView, nint, nint) メソッド

定義

アプリケーション開発者は、このメソッドを実装して、指定したコンポーネント内の指定された行のタイトルを指定します。

[Foundation.Export("pickerView:titleForRow:forComponent:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
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

戻り値

属性

適用対象