Share via


ExpanderAutomationPeer.GetChildrenCore 方法

定義

取得已與此 ExpanderAutomationPeer 建立關聯之 Expander 控制項的子項目集合,以及設定此 GetChildrenCore() 執行個體之樣板化切換按鈕的事件來源。

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)

傳回

與此 ExpanderAutomationPeer 建立關聯之 Expander 控制項的子項目集合。

適用於