IVsBooleanSymbolPresenceBulkChecker Interface

Visual Studio 2015
 

Provides a bulk hit tester of boolean symbols used by IVsBooleanSymbolExpressionEvaluator2 when evaluating a boolean expression.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("A37429BD-C5FE-4263-A8AD-D06D060B4632")]
public interface IVsBooleanSymbolPresenceBulkChecker : IVsBooleanSymbolPresenceChecker

NameDescription
System_CAPS_pubmethodAreSymbolsPresent(Array)

Checks for the presence of a collection of symbols.

System_CAPS_pubmethodHasChangedSince(Object)

Determines whether the symbols defined may have changed since the last time this method was called. Implementations that do not track versions may return true.

System_CAPS_pubmethodIsSymbolPresent(String)

Checks for the presence of a given symbol.

Return to top
Show: