AutomationPeer.GetControlledPeers 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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来请求此属性的值。