Share via


UIPickerViewAccessibilityDelegate.GetAccessibilityUserInputLabels Method

Definition

[Foundation.Export("pickerView:accessibilityUserInputLabelsForComponent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] GetAccessibilityUserInputLabels(UIKit.UIPickerView pickerView, IntPtr component);
[<Foundation.Export("pickerView:accessibilityUserInputLabelsForComponent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAccessibilityUserInputLabels : UIKit.UIPickerView * nativeint -> string[]
override this.GetAccessibilityUserInputLabels : UIKit.UIPickerView * nativeint -> string[]

Parameters

pickerView
UIPickerView
component
IntPtr

nativeint

Returns

String[]

Implements

Attributes

Applies to