ExtensionMethods.TraverseVisualTree(Of T) Method (DependencyObject, Action(Of T))

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

<ExtensionAttribute>
Public Shared Sub TraverseVisualTree(Of T As Class) (
	obj As DependencyObject,
	action As Action(Of T)
)

Parameters

obj
Type: System.Windows.DependencyObject
action
Type: System.Action(Of T)

Type Parameters

T
Return to top
Show: