UIPickerViewAccessibilityDelegate.GetAccessibilityLabel Method

Definition

Gets a label for the specified UIPickerView.

[Foundation.Export("pickerView:accessibilityLabelForComponent:")]
public virtual string GetAccessibilityLabel (UIKit.UIPickerView pickerView, nint acessibilityLabelForComponent);
abstract member GetAccessibilityLabel : UIKit.UIPickerView * nint -> string
override this.GetAccessibilityLabel : UIKit.UIPickerView * nint -> string

Parameters

pickerView
UIPickerView
acessibilityLabelForComponent
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to