AutomationPeer.GetControlledPeers メソッド
定義
UI オートメーションに対して、この AutomationPeer によって影響を受けるか制御される要素のリストを提供します。Provides UI Automation with a list of elements affected or controlled by this 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)
戻り値
制御される要素のオートメーション ピアのリスト。A list of automation peers for the controlled elements.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.