AutomationPeer.GetChildren 方法

定義

取得 使用者介面自動化 樹狀結構中表示為自動化對等之立即子元素的子元素集合。

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

傳回

子專案的 AutomationPeer 物件集合。

適用於