Share via


RibbonQuickAccessToolBarAutomationPeer.GetClassNameCore Method

Gets the class name of the RibbonQuickAccessToolBar that is associated with this RibbonQuickAccessToolBarAutomationPeer. 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 class name of the RibbonQuickAccessToolBar that is associated with this RibbonQuickAccessToolBarAutomationPeer.

.NET Framework Security

See Also

Reference

RibbonQuickAccessToolBarAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace