AutomationPeer.GetChildrenCore メソッド
定義
派生クラスでオーバーライドされると、GetChildren() によって呼び出されます。When overridden in a derived class, is called by GetChildren().
protected:
abstract System::Collections::Generic::List<System::Windows::Automation::Peers::AutomationPeer ^> ^ GetChildrenCore();
protected abstract System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> GetChildrenCore ();
abstract member GetChildrenCore : unit -> System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
Protected MustOverride Function GetChildrenCore () As List(Of AutomationPeer)
戻り値
子要素のコレクション。The collection of child elements.