IUIAccessibilityReadingContent Interface

Definition

Interface that, together with the UIAccessibilityReadingContent_Extensions class, comprise the UIAccessibilityReadingContent protocol.

[Foundation.Protocol(Name="UIAccessibilityReadingContent", WrapperType=typeof(UIKit.UIAccessibilityReadingContentWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIAccessibilityReadingContent : IDisposable, ObjCRuntime.INativeObject
type IUIAccessibilityReadingContent = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetAccessibilityContent(nint)
GetAccessibilityFrame(nint)
GetAccessibilityLineNumber(CGPoint)
GetAccessibilityPageContent()

Extension Methods

GetAccessibilityAttributedContent(IUIAccessibilityReadingContent, nint)

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