Sdílet prostřednictvím


UIElement3DAutomationPeer.GetChildrenCore Metoda

Definice

Vrátí kolekci podřízených prvků přidruženého k tomuto UIElement3DAutomationPeerobjektu UIElement3D . Tato metoda je volána GetChildren().

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)

Návraty

List<AutomationPeer>

PrvkyAutomationPeer, které odpovídají podřízeným prvkům .UIElement3D

Poznámky

Třídy, které dědí z UIElement3DAutomationPeer obvykle, nemusí přepsat GetChildrenCore.

UIElement3DAutomationPeerje zaveden v .NET Framework verze 3.5. Další informace najdete v tématu Verze a závislosti.

Platí pro