ExpanderAutomationPeer.GetChildrenCore メソッド

定義

このExpanderに関連付けられているExpanderAutomationPeer コントロールの子要素のコレクションを取得し、テンプレート化されたトグル ボタンのイベント ソースをこの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)

返品

このExpanderに関連付けられているExpanderAutomationPeer コントロールの子要素のコレクション。

適用対象