TreeViewAutomationPeer.GetChildrenCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 ContentElement 关联的 ContentElementAutomationPeer 的子元素的集合。 由 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)
返回
TreeViewItemAutomationPeer 元素的集合,如果与此 TreeViewAutomationPeer 关联的 TreeView 为空,则为 null
。