ExtensionMethods::FindAncestorOrSelf<TAncestorType, TElementType> Method (TElementType, Func<TElementType, TElementType>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: generic<typename TAncestorType, typename TElementType> where TAncestorType : DependencyObject [ExtensionAttribute] static TAncestorType FindAncestorOrSelf( TElementType obj, Func<TElementType, TElementType>^ parentEvaluator )
Return Value
Type: TAncestorTypeType Parameters
- TAncestorType
- TElementType
Show: