IUIAccessibilityIdentification.AccessibilityIdentifier Property
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.
Uniquely identifies this for the purposes of accessibility.
[Foundation.Preserve(Conditional=true)]
public 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 uniquely identifying this for the purposes of accessibility.
- Attributes