UIImage.AccessibilityIdentifier Property

Definition

Gets or sets an identifier that identifies this IUIAccessibilityIdentification element.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string AccessibilityIdentifier { [Foundation.Export("accessibilityIdentifier", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setAccessibilityIdentifier:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AccessibilityIdentifier : string with get, set

Property Value

String identifier.

Implements

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to