Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

automationpeer_getflowstocore_1266863981.md

File metadata and controls

27 lines (17 loc) · 1.18 KB
-api-id -api-type
M:Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetFlowsToCore
winrt method

Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetFlowsToCore

-description

Provides the peer's behavior when a Microsoft UI Automation client calls GetFlowsTo or an equivalent Microsoft UI Automation client API.

-returns

A list of automation elements that suggests the reading order after the current automation element.

-remarks

The "Core" methods are the standard implementations that perform the default action of an associated UI Automation client-callable method. You can override any of the "Core" methods to return alternative values in a custom automation peer. In this case, GetFlowsToCore is invoked any time that GetFlowsTo is called.

The base implementation for AutomationPeer returns null.

-examples

-see-also