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 物件集合。

適用於