Intersoft ClientUI Documentation
FindNameDeep Method



The source element which the search will start from.
The target element's name to find.
Find the element that matches the given name. If the element couldn't be found in the main namescope, a deep search operation will be performed.
Syntax
<ExtensionAttribute()>
Public Shared Function FindNameDeep( _
   ByVal source As FrameworkElement, _
   ByVal name As String _
) As Object
Dim source As FrameworkElement
Dim name As String
Dim value As Object
 
value = FrameworkElementExtensions.FindNameDeep(source, name)
[ExtensionAttribute()]
public static object FindNameDeep( 
   FrameworkElement source,
   string name
)
[ExtensionAttribute()]
public:
static Object^ FindNameDeep( 
   FrameworkElement^ source,
   String^ name
) 

Parameters

source
The source element which the search will start from.
name
The target element's name to find.

Return Value

An object that matches the given name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FrameworkElementExtensions Class
FrameworkElementExtensions Members

Send Feedback