Share via


RibbonAutomationPeer.GetClassNameCore Method

Gets the name of the Ribbon that is associated with this RibbonAutomationPeer. This method is called by GetClassName.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

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

Return Value

Type: System.String
The type name of the associated Ribbon.

.NET Framework Security

See Also

Reference

RibbonAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace