AutomationPeerGetClassName Method

Gets a string that describes the class of the element.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string GetClassName()

Return Value

String

Remarks

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.
WindowsUIA_ClassNamePropertyId
macOSNo mapping.

See Also