ExtensionMethods::FindDescendantReverse<T> Method (DependencyObject^)

 

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 T FindDescendantReverse(
	DependencyObject^ obj
)

Parameters

obj
Type: System.Windows::DependencyObject^

The object at which to begin searching.

Return Value

Type: T

The last descendant of type T in the children of obj, or null if no descendant is found.

Type Parameters

T

The type of descendant to find.

Return to top
Show: