SearchUI.DiscoverNamedChildren Method
Traverses the visual tree of UI elements and returns all the named children under a given UI element.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Search
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim child As UIElement
Dim returnValue As List(Of UIElement)
returnValue = Me.DiscoverNamedChildren(child)
Syntax
'Declaration
Protected Function DiscoverNamedChildren ( _
child As UIElement _
) As List(Of UIElement)
protected List<UIElement> DiscoverNamedChildren (
UIElement child
)
protected:
List<UIElement^>^ DiscoverNamedChildren (
UIElement^ child
)
protected List<UIElement> DiscoverNamedChildren (
UIElement child
)
protected function DiscoverNamedChildren (
child : UIElement
) : List<UIElement>
Parameters
- child
Specifies the user interface (UI) element.
Return Value
Type: List
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
SearchUI Class
SearchUI Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Search Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.