Share via


ContextMenuButtonAutomationPeer.GetClassNameCore Method

Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Protected Overrides Function GetClassNameCore As String
protected override string GetClassNameCore()
protected:
virtual String^ GetClassNameCore() override
protected override function GetClassNameCore() : String

Return Value

An Empty() string.

See Also

ContextMenuButtonAutomationPeer Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace