AutomationPeer.GetChildren 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 使用者介面自動化 樹狀結構中表示為自動化對等之立即子元素的子元素集合。
public:
virtual IVector<AutomationPeer ^> ^ GetChildren() = GetChildren;
IVector<AutomationPeer> GetChildren();
public IList<AutomationPeer> GetChildren();
function getChildren()
Public Function GetChildren () As IList(Of AutomationPeer)
傳回
子專案的 AutomationPeer 物件集合。