UIElement3DAutomationPeer.GetChildrenCore 方法

定义

返回与此 UIElement3D 关联的 UIElement3DAutomationPeer 的子元素集合。 此方法由 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)

返回

List<AutomationPeer>

对应于 AutomationPeer 的子元素的 UIElement3D 元素。

注解

继承自 UIElement3DAutomationPeer 通常不需要重写 GetChildrenCore的类。

UIElement3DAutomationPeer在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于