VsProjectCapabilityExpressionMatcher Interface

Definition

Passed to GetService(Type) to return a reference to IVsBooleanSymbolExpressionEvaluator.

C++/CX
public interface class VsProjectCapabilityExpressionMatcher
Attributes

Remarks

Valid expression syntax is defined as:

  • The capability expression, such as "(VisualC | CSharp) + (MSTest | NUnit)".

  • The "|" is the OR operator.

  • The "&" and "+" characters are both AND operators.

  • The "!" character is the NOT operator.

  • Parentheses force evaluation precedence order.

  • A null or empty expression is evaluated as a match.

  • Project capabilities may be any character except these reserved characters: "'`:;,+-*/\!~|&%$@^()={}[]<>? \t\b\n\r

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022