AutomationPeer.GetChildren 方法

定义

获取子元素的集合,这些子元素在 UI 自动化树中表示为自动化对等的直接子元素。

public:
 virtual IVector<AutomationPeer ^> ^ GetChildren() = GetChildren;
IVector<AutomationPeer> GetChildren();
public IList<AutomationPeer> GetChildren();
function getChildren()
Public Function GetChildren () As IList(Of AutomationPeer)

返回

子元素的 AutomationPeer 对象的集合。

适用于