IUIAccessibilityIdentification Interface

Definition

Interface defining the support for an accessibility identifier.

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

Properties

AccessibilityIdentifier

Uniquely identifies this for the purposes of accessibility.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Applies to