AutomationPeer.GetControlledPeers 方法

定义

当 Microsoft UI 自动化客户端调用 GetControlledPeers 或等效的 Microsoft UI 自动化客户端 API(例如获取 由 UIA_ControllerForPropertyId 标识的属性值)时,提供对等行为。

public:
 virtual IVectorView<AutomationPeer ^> ^ GetControlledPeers() = GetControlledPeers;
IVectorView<AutomationPeer> GetControlledPeers();
public IReadOnlyList<AutomationPeer> GetControlledPeers();
function getControlledPeers()
Public Function GetControlledPeers () As IReadOnlyList(Of AutomationPeer)

返回

当前自动化对等的受控对等方列表。

注解

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

框架实现的命名和客户端可用于访问此信息的 Microsoft UI 自动化属性略有不同。 使用 Microsoft UI 自动化客户端接口(例如 IUIAutomation)时,Microsoft UI 自动化客户端应使用标识符UIA_ControllerForPropertyId请求此属性的值。

适用于