AutomationPeerGetClassName Method
Gets a string that describes the class of the element.
Namespace: Avalonia.Automation.PeersAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string GetClassName()
Public Function GetClassName As String
member GetClassName : unit -> string
Return Value
String
A string containing the class name for the automation element as assigned by the
control developer. This is often the C# class name of the control.
| Windows | UIA_ClassNamePropertyId |
| macOS | No mapping. |