Responder Developer Guide
FindDescendant<TOfType>(DependencyObject,String) Method


Syntax
'Declaration
 
Public Overloads Shared Function FindDescendant(Of TOfType As FrameworkElement)( _
   ByVal ancestor As DependencyObject, _
   ByVal withName As String _
) As TOfType
'Usage
 
Dim ancestor As DependencyObject
Dim withName As String
Dim value As TOfType
 
value = VisualTree.FindDescendant(Of TOfType)(ancestor, withName)
public static TOfType FindDescendant<TOfType>( 
   DependencyObject ancestor,
   string withName
)
where TOfType: FrameworkElement

Parameters

ancestor
withName

Type Parameters

TOfType
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VisualTree Class
VisualTree Members
Overload List

 

 


Send Comment