Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 948 Bytes

automationproperties_getcontrolledpeers_1516837072.md

File metadata and controls

29 lines (20 loc) · 948 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.AutomationProperties.GetControlledPeers(Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Automation.AutomationProperties.GetControlledPeers

-description

A static utility method that retrieves the list of controlled peers from a target owner.

-parameters

-param element

The owner object to retrieve controlled peers from.

-returns

A list containing the peers that the target element controls.

-remarks

Examining controlled peers is an advanced scenario that most peer implementations won't need to use.

This identifier is commonly used for Auto-suggest accessibility.

-examples

-see-also