ButtonBaseAutomationPeer::GetAutomationIdCore Method ()

 

Gets the AutomationId for the element associated with this ButtonBaseAutomationPeer. Called by GetAutomationId.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual String^ GetAutomationIdCore() override

Return Value

Type: System::String^

The string that contains the AutomationId.

The value of the automation identifier is the AutomationId property, and if that isn't set, it's the Name property.

.NET Framework
Available since 3.0
Return to top
Show: