Responder Developer Guide
FindAncestor<T> Method


Syntax
'Declaration
 
Public Shared Function FindAncestor(Of T As DependencyObject)( _
   ByVal startNode As DependencyObject _
) As T
'Usage
 
Dim startNode As DependencyObject
Dim value As T
 
value = VisualTree.FindAncestor(Of T)(startNode)
public static T FindAncestor<T>( 
   DependencyObject startNode
)
where T: DependencyObject

Parameters

startNode

Type Parameters

T
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

 

 


Send Comment