AutomationPeer.GetClassName Method

Definition

Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer.

public:
 virtual Platform::String ^ GetClassName() = GetClassName;
winrt::hstring GetClassName();
public string GetClassName();
function getClassName()
Public Function GetClassName () As String

Returns

String

Platform::String

winrt::hstring

The class name.

Applies to