IVsBooleanSymbolExpressionEvaluator Interface
Visual Studio 2015
Provides expression parsing and evaluation against a set of Boolean symbols in order to test whether a set of symbols causes the expression to evaluate to true.
You can get this interface by calling GetService using VsProjectCapabilityExpressionMatcher.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | EvaluateExpression(String, String) | Tests whether a set of symbols causes the expression to evaluate to true. |
Show:
