IVsHierarchyCustomEvaluator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsHierarchyCustomEvaluator
public interface class IVsHierarchyCustomEvaluator
__interface IVsHierarchyCustomEvaluator
public interface IVsHierarchyCustomEvaluator
type IVsHierarchyCustomEvaluator = interface
Public Interface IVsHierarchyCustomEvaluator
Methods
Evaluate(IVsHierarchy) |
Evaluates the IVsHierarchy and returns a value indicating whether the specified hierarchy is supported or not. |