AutomationPeer.GetChildrenCore メソッド

定義

派生クラスでオーバーライドされると、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)

戻り値

List<AutomationPeer>

子要素のコレクション。

適用対象

こちらもご覧ください