IUIAccessibilityReadingContent Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| GetAccessibilityAttributedPageContent(IUIAccessibilityReadingContent) |
Gets an attributes string that represents the text for the current page. |