UIElement3DAutomationPeer.GetChildrenCore メソッド

定義

この UIElement3D に関連付けられている UIElement3DAutomationPeer の子要素のコレクションを返します。 このメソッドは GetChildren() によって呼び出されます。

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)

戻り値

List<AutomationPeer>

AutomationPeer の子要素に対応する UIElement3D 要素。

注釈

通常、継承するクラスは UIElement3DAutomationPeer オーバーライド GetChildrenCoreする必要はありません。

UIElement3DAutomationPeerは、.NET Framework バージョン 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象