UIPickerViewAccessibilityDelegate_Extensions.GetAccessibilityAttributedLabel Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSAttributedString GetAccessibilityAttributedLabel (this UIKit.IUIPickerViewAccessibilityDelegate This, UIKit.UIPickerView pickerView, nint component);
static member GetAccessibilityAttributedLabel : UIKit.IUIPickerViewAccessibilityDelegate * UIKit.UIPickerView * nint -> Foundation.NSAttributedString

Parameters

This
IUIPickerViewAccessibilityDelegate

The instance on which this extension method operates.

pickerView
UIPickerView
component
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to