Share via


VirtualizingTreeViewItemAutomationPeer.GetChildrenCore Method

This member overrides ItemAutomationPeer.GetChildrenCore().

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  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

VirtualizingTreeViewItemAutomationPeer Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace