SearchControlAutomationPeer::GetChildrenCore Method ()

 

When overridden in a derived class, is called by GetChildren.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual List<AutomationPeer^>^ GetChildrenCore() override

Return Value

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

Returns the control’s children.

Return to top
Show: