AutomationPeer.GetControlledPeersCore 方法

定義

在衍生類別中覆寫時,提供 UI 自動化及受此 AutomationPeer 影響或控制的元素清單。

protected:
 virtual System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetControlledPeersCore();
protected virtual System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetControlledPeersCore ();
abstract member GetControlledPeersCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
override this.GetControlledPeersCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overridable Function GetControlledPeersCore () As List(Of AutomationPeer)

傳回

受控項目的自動化對等清單。

適用於