次の方法で共有


SearchControlAutomationPeer.GetChildrenCore Method

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

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

Syntax

'宣言
Protected Overrides Function GetChildrenCore As List(Of AutomationPeer)
protected override List<AutomationPeer> GetChildrenCore()

Return Value

Type: System.Collections.Generic.List<AutomationPeer>
Returns the control’s children.

.NET Framework Security

See Also

Reference

SearchControlAutomationPeer Class

Microsoft.VisualStudio.PlatformUI Namespace