VsProjectCapabilityExpressionMatcher 介面

定義

傳遞至 GetService(Type) 以傳回 的參考。IVsBooleanSymbolExpressionEvaluator

public interface class VsProjectCapabilityExpressionMatcher
public interface class VsProjectCapabilityExpressionMatcher
__interface VsProjectCapabilityExpressionMatcher
[System.Runtime.InteropServices.Guid("943A3169-D328-4E42-8AF6-7200E5E8C2E4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface VsProjectCapabilityExpressionMatcher
[<System.Runtime.InteropServices.Guid("943A3169-D328-4E42-8AF6-7200E5E8C2E4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type VsProjectCapabilityExpressionMatcher = interface
Public Interface VsProjectCapabilityExpressionMatcher
屬性

備註

有效的運算式語法定義如下:

  • 功能運算式,例如 "(VisualC | CSharp) + (MSTest | NUnit)"。

  • "|" 是 OR 運算子。

  • “&” 和 “+” 字元都是 AND 運算符。

  • "!" 字元是 NOT 運算子。

  • 括號強制評估優先順序。

  • Null 或空白運算式會判斷值為相符項目。

  • 專案功能可以是下列保留字元以外的任何字元:“':;,+-*/\!~|&%$@^ () ={}[]<>? \t\b\n\r

適用於