AutomationPeer.GetChildrenCore Metoda

Definicja

W przypadku przesłonięcia w klasie pochodnej jest wywoływana przez metodę GetChildren().

protected:
 abstract System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected abstract System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
abstract member GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected MustOverride Function GetChildrenCore () As List(Of AutomationPeer)

Zwraca

List<AutomationPeer>

Kolekcja elementów podrzędnych.

Dotyczy

Zobacz też