UIPickerViewAccessibilityDelegate.GetAccessibilityHint 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 hint that describes the result of an action on this
UIPickerViewAccessibilityDelegate.
[Foundation.Export("pickerView:accessibilityHintForComponent:")]
public virtual string GetAccessibilityHint (UIKit.UIPickerView pickerView, nint component);
abstract member GetAccessibilityHint : UIKit.UIPickerView * nint -> string
override this.GetAccessibilityHint : UIKit.UIPickerView * nint -> string
Parameters
- pickerView
- UIPickerView
- component
- System.System.IntPtr System.nativeint
Returns
- Attributes