Share via


IUIAccessibilityIdentification Interface

Definition

Interface defining the support for an accessibility identifier.

[Foundation.Protocol(Name="UIAccessibilityIdentification", WrapperType=typeof(UIKit.UIAccessibilityIdentificationWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="accessibilityIdentifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="AccessibilityIdentifier", PropertyType=typeof(System.String), Selector="accessibilityIdentifier", SetterSelector="setAccessibilityIdentifier:")]
public interface IUIAccessibilityIdentification : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIAccessibilityIdentification", WrapperType=typeof(UIKit.UIAccessibilityIdentificationWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="accessibilityIdentifier", IsProperty=true, IsRequired=true, IsStatic=false, Name="AccessibilityIdentifier", PropertyType=typeof(System.String), Selector="accessibilityIdentifier", SetterSelector="setAccessibilityIdentifier:")>]
type IUIAccessibilityIdentification = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
AccessibilityIdentifier

Uniquely identifies this for the purposes of accessibility.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to