次の方法で共有


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

戻り値

属性

適用対象