SearchUI.DiscoverNamedChildren(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Traverses the visual tree of UI elements and returns all the named children under a given UI element.
protected:
System::Collections::Generic::List<System::Windows::UIElement ^> ^ DiscoverNamedChildren(System::Windows::UIElement ^ child);
protected System.Collections.Generic.List<System.Windows.UIElement> DiscoverNamedChildren (System.Windows.UIElement child);
member this.DiscoverNamedChildren : System.Windows.UIElement -> System.Collections.Generic.List<System.Windows.UIElement>
Protected Function DiscoverNamedChildren (child As UIElement) As List(Of UIElement)
Parameters
- child
- UIElement
Specifies the user interface (UI) element.