ExtensionMethods::FindDescendantReverse<T> Method (DependencyObject^)
Visual Studio 2015
Microsoft internal use only.
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: TThe 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.
Show: