UIPickerViewAccessibilityDelegate.GetAccessibilityLabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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