xamarinios
namespace UIKit
{
[Protocol(Name = "UIPickerViewAccessibilityDelegate", WrapperType = typeof(UIPickerViewAccessibilityDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityLabel", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(string), Selector = "pickerView:accessibilityLabelForComponent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityHint", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(string), Selector = "pickerView:accessibilityHintForComponent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedLabel", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(NSAttributedString), Selector = "pickerView:accessibilityAttributedLabelForComponent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedHint", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(NSAttributedString), Selector = "pickerView:accessibilityAttributedHintForComponent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityUserInputLabels", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(string[]), Selector = "pickerView:accessibilityUserInputLabelsForComponent:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedUserInputLabels", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPickerView), typeof(nint) }, ReturnType = typeof(NSAttributedString[]), Selector = "pickerView:accessibilityAttributedUserInputLabelsForComponent:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIPickerViewAccessibilityDelegate : INativeObject, IDisposable, IUIPickerViewDelegate
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |