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.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

public interface class IVsHierarchyCustomEvaluator

NameDescription
System_CAPS_pubmethodEvaluate(IVsHierarchy^)

Evaluates the IVsHierarchy and returns a value indicating whether the specified hierarchy is supported or not.

Return to top
Show: