IVsHierarchyCustomEvaluator Interface
Visual Studio 2015
An optional interface that can be implemented by a ConnectedServiceHandler when it has an [ExportMetadata("CustomEvaluator", true)] attribute on it. This allows for any code to be written against the IVsHierarchy to indicate whether the handler supports the specified project.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
| Name | Description | |
|---|---|---|
![]() | Evaluate(IVsHierarchy^) | Evaluates the IVsHierarchy and returns a value indicating whether the specified hierarchy is supported or not. |
Show:
