AutomationPeer.GetControlledPeers 方法

定义

为 UI 自动化提供受此 AutomationPeer 影响或控制的元素列表。

public:
 System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetControlledPeers();
public System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetControlledPeers ();
member this.GetControlledPeers : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Public Function GetControlledPeers () As List(Of AutomationPeer)

返回

List<AutomationPeer>

可控元素的自动化对等列表。

例外

目前正在对此方法进行公开调用。

适用于