AutomationPeer.GetChildrenCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 Microsoft UI 自动化 客户端调用 GetChildren 或等效的 Microsoft UI 自动化 客户端 API 时提供对等行为。
protected:
virtual IVector<AutomationPeer ^> ^ GetChildrenCore() = GetChildrenCore;
IVector<AutomationPeer> GetChildrenCore();
protected virtual IList<AutomationPeer> GetChildrenCore();
function getChildrenCore()
Protected Overridable Function GetChildrenCore () As IList(Of AutomationPeer)
返回
子元素的 AutomationPeer 对象的集合。
注解
基实现返回 null。 表示具有项集合的控件的对等可能会替代此结果。 测试正在使用的对等方的行为,或者如果想要更改该行为,请重写 GetChildrenCore 并重写 GetChildrenCore。