PivotTreeViewAutomationPeer.GetChildrenCore Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides VirtualizingTreeViewAutomationPeer.GetChildrenCore().

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Protected Overrides Function GetChildrenCore As List(Of AutomationPeer)
protected override List<AutomationPeer> GetChildrenCore()
protected:
virtual List<AutomationPeer^>^ GetChildrenCore() override
abstract GetChildrenCore : unit -> List<AutomationPeer> 
override GetChildrenCore : unit -> List<AutomationPeer> 
protected override function GetChildrenCore() : List<AutomationPeer>

Return Value

Type: System.Collections.Generic.List<AutomationPeer>

.NET Framework Security

See Also

Reference

PivotTreeViewAutomationPeer Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace