UIElement3DAutomationPeer.GetChildrenCore Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca kolekcję elementów podrzędnych skojarzonych UIElement3D z tym UIElement3DAutomationPeerelementem . Ta metoda jest wywoływana przez GetChildren()metodę .
protected:
override System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected override System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
override this.GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overrides Function GetChildrenCore () As List(Of AutomationPeer)
Zwraca
AutomationPeer Elementy niż odpowiadają elementom podrzędnym elementu UIElement3D.
Uwagi
Klasy dziedziczone zwykle UIElement3DAutomationPeer nie muszą zastępować klasy GetChildrenCore.
UIElement3DAutomationPeerjest wprowadzana w wersji .NET Framework 3.5. Aby uzyskać więcej informacji, zobacz Wersje i zależności.