AutomationProperties.GetControlledPeers(DependencyObject) 方法

定义

一种静态实用工具方法,用于从目标所有者检索受控对等方的列表。

public:
 static IVector<UIElement ^> ^ GetControlledPeers(DependencyObject ^ element);
 static IVector<UIElement> GetControlledPeers(DependencyObject const& element);
public static IList<UIElement> GetControlledPeers(DependencyObject element);
function getControlledPeers(element)
Public Shared Function GetControlledPeers (element As DependencyObject) As IList(Of UIElement)

参数

element
DependencyObject

要从中检索受控对等的所有者对象。

返回

包含目标元素控制的对等的列表。

注解

检查受控对等方是大多数对等实现不需要使用的一种高级方案。

此标识符通常用于 自动建议辅助功能

适用于