AutomationProperties.GetControlledPeers(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一种静态实用工具方法,用于从目标所有者检索受控对等方的列表。
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
要从中检索受控对等的所有者对象。
返回
包含目标元素控制的对等的列表。
注解
检查受控对等是大多数对等实现不需要使用的高级方案。
此标识符通常用于 自动建议辅助功能。