AutomationPeerGetName Method
Gets text that describes the element that is associated with this automation peer.
Namespace: Avalonia.Automation.PeersAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Public Function GetName As String
member GetName : unit -> string
Return Value
String | Windows | UIA_NamePropertyId (not yet implemented) |
| macOS |
When the control type is Text, this value is
exposed by both NSAccessibilityProtocol.accessibilityTitle and
NSAccessibilityProtocol.accessibilityValue .
|