AutomationPeer.GetChildrenCore 方法

定义

在 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。

适用于

另请参阅