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)

返品

制御された要素のオートメーション ピアの一覧。

例外

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

適用対象