IVsHierarchyCustomEvaluator.Evaluate(IVsHierarchy) Method
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.
Evaluates the IVsHierarchy and returns a value indicating whether the specified hierarchy is supported or not.
public:
bool Evaluate(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy);
public:
bool Evaluate(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy);
bool Evaluate(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & hierarchy);
public bool Evaluate (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy);
abstract member Evaluate : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> bool
Public Function Evaluate (hierarchy As IVsHierarchy) As Boolean
Parameters
- hierarchy
- IVsHierarchy
The project context to evaluate.
Returns
true if the IVsHierarchy is supported; otherwise, false.