ExtensionMethods::FindCommonAncestor<T> Method (T, T, Func<T, T>^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: generic<typename T> where T : DependencyObject [ExtensionAttribute] static T FindCommonAncestor( T obj1, T obj2, Func<T, T>^ parentEvaluator )
Parameters
- obj1
-
Type:
T
The first object.
- obj2
-
Type:
T
The second object.
- parentEvaluator
-
Type:
System::Func<T, T>^
The method used to determine the parent of an element.
Return Value
Type: TType Parameters
- T
Show: