UIPickerViewAccessibilityDelegate.GetAccessibilityLabel 方法

定义

获取指定 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

参数

pickerView
UIPickerView
acessibilityLabelForComponent
System.System.IntPtr System.nativeint

返回

属性

适用于