AutomationPeer.GetControlledPeersCore Método

Definição

Quando sobrescrito numa classe derivada, fornece-Automatização da Interface de Utilizador uma lista de elementos afetados ou controlados por esta 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)

Devoluções

Uma lista de pares de automação para os elementos controlados.

Aplica-se a