IVsHierarchyCustomEvaluator Interface

Definition

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.

Applies to