Share via


IUIAccessibilityReadingContent Interface

Definition

This interface represents the Objective-C protocol UIAccessibilityReadingContent.

[Foundation.Protocol(Name="UIAccessibilityReadingContent", WrapperType=typeof(UIKit.UIAccessibilityReadingContentWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityLineNumber", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint) }, ReturnType=typeof(System.IntPtr), Selector="accessibilityLineNumberForPoint:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityContent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.String), Selector="accessibilityContentForLineNumber:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="accessibilityFrameForLineNumber:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityPageContent", ReturnType=typeof(System.String), Selector="accessibilityPageContent")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedContent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedContentForLineNumber:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedPageContent", ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedPageContent")]
public interface IUIAccessibilityReadingContent : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIAccessibilityReadingContent", WrapperType=typeof(UIKit.UIAccessibilityReadingContentWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityLineNumber", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreGraphics.CGPoint) }, ReturnType=typeof(System.IntPtr), Selector="accessibilityLineNumberForPoint:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityContent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(System.String), Selector="accessibilityContentForLineNumber:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityFrame", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(CoreGraphics.CGRect), Selector="accessibilityFrameForLineNumber:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityPageContent", ReturnType=typeof(System.String), Selector="accessibilityPageContent")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedContent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedContentForLineNumber:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetAccessibilityAttributedPageContent", ReturnType=typeof(Foundation.NSAttributedString), Selector="accessibilityAttributedPageContent")>]
type IUIAccessibilityReadingContent = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
GetAccessibilityAttributedContent(IntPtr)

Gets an attributes string that represents the text at the specified lineNumber.

GetAccessibilityAttributedPageContent()

Gets an attributes string that represents the text for the current page.

GetAccessibilityContent(IntPtr)
GetAccessibilityFrame(IntPtr)
GetAccessibilityLineNumber(CGPoint)
GetAccessibilityPageContent()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
GetAccessibilityAttributedContent(IUIAccessibilityReadingContent, IntPtr)

Gets an attributes string that represents the text at the specified lineNumber.

GetAccessibilityAttributedPageContent(IUIAccessibilityReadingContent)

Gets an attributes string that represents the text for the current page.

Applies to