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)

戻り値

制御される要素のオートメーション ピアのリスト。

例外

このメソッドのパブリック呼び出しが現在進行中です。

適用対象