ItemAutomationPeer.GetChildrenCore 方法

定義

取得 UIElement 的子項目集合,這個類別對應至與這個 Items 相關聯之 ItemAutomationPeer 集合中的資料項目。

protected:
 override System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected override System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
override this.GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected Overrides Function GetChildrenCore () As List(Of AutomationPeer)

傳回

List<AutomationPeer>

子元素的集合。

備註

這個方法是由 GetChildren 所呼叫。

適用於

另請參閱