xamarinios
namespace UIKit
{
[Protocol(Name = "UIAccessibilityReadingContent", WrapperType = typeof(UIAccessibilityReadingContentWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityPageContent", ReturnType = typeof(string), Selector = "accessibilityPageContent")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedPageContent", ReturnType = typeof(NSAttributedString), Selector = "accessibilityAttributedPageContent")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityLineNumber", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, ReturnType = typeof(nint), Selector = "accessibilityLineNumberForPoint:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityContent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(string), Selector = "accessibilityContentForLineNumber:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityFrame", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(CGRect), Selector = "accessibilityFrameForLineNumber:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedContent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(NSAttributedString), Selector = "accessibilityAttributedContentForLineNumber:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IUIAccessibilityReadingContent : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("accessibilityFrameForLineNumber:")]
[Preserve(Conditional = true)]
CGRect GetAccessibilityFrame(nint lineNumber);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.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. |