ExtensionMethods::TraverseVisualTree<T> Method (DependencyObject^, Action<T>^)

 

Microsoft internal use only.

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

public:
generic<typename T>
where T : ref class
[ExtensionAttribute]
static void TraverseVisualTree(
	DependencyObject^ obj,
	Action<T>^ action
)

Parameters

obj
Type: System.Windows::DependencyObject^
action
Type: System::Action<T>^

Type Parameters

T
Return to top
Show: