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 コントロールの子要素のコレクション。

適用対象