FrameAutomationPeer.GetNameCore Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the text label of the Frame that is associated with this FrameAutomationPeer. Called by GetName.

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

Syntax

Protected Overrides Function GetNameCore As String
protected override string GetNameCore()

Return Value

Type: System..::.String
Returns String. The text label of the element that is associated with this automation peer. If not null, a reference; otherwise, the name of the owning frame, or the name of the frame class.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FrameAutomationPeer Class

System.Windows.Automation.Peers Namespace