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)

返回

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

适用于