Udostępnij za pośrednictwem


UIElement3DAutomationPeer.GetChildrenCore Metoda

Definicja

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

List<AutomationPeer>

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.

Dotyczy