AutomationPeer.GetFocusedElementCore Method

Definition

Provides the behavior of the peer when a Microsoft UI Automation client calls GetFocusedElement or an equivalent Microsoft UI Automation client API.

protected:
 virtual Platform::Object ^ GetFocusedElementCore() = GetFocusedElementCore;
IInspectable GetFocusedElementCore();
protected virtual object GetFocusedElementCore();
function getFocusedElementCore()
Protected Overridable Function GetFocusedElementCore () As Object

Returns

Object

Platform::Object

IInspectable

The behavior of the peer.

Applies to